A simple React app that lets users create custom memes using images and text overlays. Built for fun and learning, this project demonstrates how to manage state, handle user input, and dynamically render content in React.
- Browse a collection of meme templates
- Add custom top and bottom text
- Generate and display your meme instantly
- Responsive and easy-to-use interface
- React (Functional Components + Hooks)
- JavaScript (ES6+)
- HTML & CSS
- Imgflip API (for meme templates)
-
Clone the repository:
git clone https://github.com/Aliromia21/MemeGenerator.git cd MemeGenerator -
Install The Dependencies :
npm install
-
Start the development server:
npm start
-
📸 Usage
Enter your custom top and bottom text
Click the “Generate Meme” button
Enjoy your personalized meme!
-
🧠 Learning Objectives
This project is great for understanding:
React state management with useState
Fetching data with useEffect
Handling form inputs
Conditional rendering and dynamic content
Happy meme-making! 😄