Meme Generator Link
- Introduction
- Features
- Getting Started
- Prerequisites
- Installation
- Contributing
- License
Welcome to the Meme Generator Website! This documentation will guide you through the setup, usage, and customization of our React-based meme generator. This web application allows users to create, view, and edit memes with ease.
-
Fork the repo
-
Clone the repos
git clone https://github.com/<your user name>/MemeGenerator.git
- Go the folder
cd MemeGenerator
npm install
- Add the git upstream
git remote add upstream https://github.com/avinash201199/MemeGenerator.git
- Make your own branch
git checkout -b <your branch>
- Add your changes
git add .
- Commit your changes
git commit -m <your message>
- Push your changes
git push
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.