A React-based meme generator that allows users to create and download custom memes with top and bottom text captions.
- Random meme template selection from imgflip API
- Custom top and bottom text input
- Download memes as PNG files
- Responsive design
- Classic meme-style text with Impact font and outline
# Clone the repository
git clone https://github.com/Saurav1-2/meme-generator.git
# Navigate to project directory
cd meme-generator
# Install dependencies
npm installRequired packages:
- react
- html-to-image
- Start the development server:
npm start-
Open
http://localhost:3000in your browser -
Create memes:
- Type your desired text in the input fields
- Click "Get a new image" for random templates
- Click "Download Meme" to save your creation
