Live: https://meme-generator-five-nu.vercel.app/
Description:
Meme Generator is a fun web app that allows users to create their own memes using existing meme templates. Simply select a template, add custom top and bottom text, and generate your meme instantly! The app fetches meme templates from the Imgflip API. Try it out and create hilarious memes!
- Meme Template Selection: Choose from a variety of meme templates
- Custom Text Input: Add your own top and bottom text to personalize memes
- Instant Meme Preview: See real-time changes while editing your meme
- Responsive Design: Works smoothly on all devices
- API Integration: Fetches templates dynamically from the Imgflip API
- Frontend:
- React - A JavaScript library for building UI
- HTML5 - Structuring the web app
- CSS3 - Styling and layout
- JavaScript - Core logic and interactivity
-
Clone the Repository:
git clone https://github.com/Ashwin-S-Nambiar/meme-generator.git cd meme-generator
-
Install Dependencies:
npm install
-
Start the Development Server:
npm run dev
The app will be available at
http://localhost:5173
Contributions are welcome! If you'd like to enhance the Meme Generator, follow these steps:
-
Fork the repository
-
Create a new feature branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git commit -m "Add some feature"
-
Push to the branch:
git push origin feature/your-feature-name
-
Open a Pull Request