A simple React-based meme generator that allows users to add custom text to meme images from an API.
- Fetches random meme images from a predefined list.
- Allows users to add custom top and bottom text to the meme.
- Displays a download button after the image has fully loaded.
- React
- TypeScript
- React Hook Form
- Tailwind CSS
- Shadcn UI Components
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/your-username/meme-generator.git
-
cd meme-generator
-
Install dependencies
npm install
-
npm run dev