Live Project Link: Memeify
Memeify is a meme generator application built using React and Vite. It allows users to create custom memes by adding text to images and provides a collection of pre-existing memes for quick use.
- Generate memes by adding text to images.
- View a collection of pre-existing memes.
- Customize memes with adjustable text size and position.
- Export memes as JPEG images.
- Lightweight and easy-to-use interface.
- React
- Vite
- React Router
- Bootstrap
- react-bootstrap
- react-component-export-image
- react-draggable
- Clone the repository:
git clone https://github.com/your-username/memeify.git
- Navigate to the project directory:
cd memeify
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit
http://localhost:3000
to view the app.
- Created by Aviral Sharma