Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 875 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 875 Bytes

Meme Generator

This project is a meme generator built using React (my first React project) and an external API.

Features

  • Generate memes using a variety of templates.
  • Customize text on the memes.

Technologies Used

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/Shitanshukumar607/meme-generator.git
  2. Navigate into the project directory:
    cd meme-generator
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm start
  5. Open your browser and visit http://localhost:3000 to view the app.

Contributing

Contributions are welcome! Fork the repo and submit a pull request with any enhancements.