Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 769 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 769 Bytes

Meme Generator

You can create your own meme with this small project. Built with Vite, React, Fetch and Tailwind CSS.

This is an image

Features

  • Gets a meme image from api
  • Allows you to create memes with text
  • Responsive design that adjusts to different screen sizes

Requirements

  • Node.js and npm (or yarn)
  • Vite

Installation

  1. Clone the repository and navigate to the project directory:
git clone https://github.com/cscnmhmt/meme-generator.git
cd meme-generator
  1. Install the dependencies:
npm install # or yarn install
  1. Start the development server:
npm run dev

Open your web browser and navigate to http://localhost:5173/. The meme generator should now be displayed.