You can create your own meme with this small project. Built with Vite, React, Fetch and Tailwind CSS.
- Gets a meme image from api
- Allows you to create memes with text
- Responsive design that adjusts to different screen sizes
- Node.js and npm (or yarn)
- Vite
- Clone the repository and navigate to the project directory:
git clone https://github.com/cscnmhmt/meme-generator.git
cd meme-generator
- Install the dependencies:
npm install # or yarn install
- Start the development server:
npm run dev
Open your web browser and navigate to http://localhost:5173/. The meme generator should now be displayed.