Shu12388y / Your-Projects

Add your projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your Projects

Hello new contributors, this is a beginner-friendly repo here you can add any frontend project. Could you make sure that first make a folder of your name add your project and add a readme.md file which contains a screenshot of the project, and your GitHub user ID

Table of Contents

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

Introduction

Screenshots

App Screenshot

Installation

  1. Fork the repo

  2. Clone the repos

git clone https://github.com/<your user name>/MemeGenerator.git
  1. Go the folder
  cd Your-projects
  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

Add your projects

License:MIT License


Languages

Language:HTML 61.1%Language:CSS 38.3%Language:JavaScript 0.6%