This project is a meme generator built using React (my first React project) and an external API.
- Generate memes using a variety of templates.
- Customize text on the memes.
- React
- IMGFLIP API - Used for fetching meme templates
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Shitanshukumar607/meme-generator.git
- Navigate into the project directory:
cd meme-generator
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
to view the app.
Contributions are welcome! Fork the repo and submit a pull request with any enhancements.