Skip to content

VaibhavVermaa16/MemeGenerator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.2%
  • CSS 34.7%
  • HTML 5.1%