MemeApp π¨π A fun meme generator built with React.js!
π About the Project MemeApp allows users to create, customize, and generate memes easily by selecting random templates and adding their own text. It demonstrates core React concepts like components, props, hooks (useState), and event handling.
π Key Features Fetch random meme templates from an API.
Add custom top and bottom text.
Responsive and simple UI using modern React practices.
Real-time meme preview and generation.
π Tech Stack Frontend: React.js (Vite setup)
Styling: CSS
Deployment: Hosted on GitHub Pages. π― Learning Outcomes Hands-on React.js development experience.
Understanding component-based architecture.
Using Hooks (useState, useEffect) for state management.
Working with APIs and dynamic rendering.