Shu12388y / MemeGenerator

Home Page:https://meme-generator-shu12388y.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meme Generator Link

Table of Contents

  1. Introduction
  2. Features
  3. Getting Started
  4. Prerequisites
  5. Installation
  6. Contributing
  7. License

Introduction

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.

Screenshots

image

Installation

  1. Fork the repo

  2. Clone the repos

git clone https://github.com/<your user name>/MemeGenerator.git
  1. Go the folder
  cd MemeGenerator
  npm install 
  1. Add the git upstream
git remote add upstream https://github.com/avinash201199/MemeGenerator.git
  1. Make your own branch
git checkout -b <your branch> 
  1. Add your changes
git add .
  1. Commit your changes
git commit -m <your message>
  1. Push your changes
git push

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

License

MIT

About

https://meme-generator-shu12388y.vercel.app


Languages

Language:JavaScript 62.6%Language:CSS 35.1%Language:HTML 2.3%