A simple web app to generate memes using templates from the Imgflip API. Users can add custom text on memes and export them as JPEGs.
- Browse popular meme templates
- Add custom draggable text
- Download memes as JPEG
- Built using React and Bootstrap
- React
- React Router
- Bootstrap
- Imgflip API
- html-to-image
- react-draggable
- Clone the repo
- Install dependencies:
npm install
npm run dev
--Folder structure: src/ ├── api/ # API utilities ├── components/ # Reusable components (Card, Text, Edit) ├── pages/ # Page-level components ├── App.jsx # Main app and routes └── index.jsx # React root