Skip to content

Sanjay-Sathyanarayanan/HACKTOBERFEST-BEGINNER-2022

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KCEspot - Hacktoberfest Beginner Contribution 2022

How to Contribute.

  • Fork the Repo

  • Clone the repo using below syntax

git clone <url> (given in clone or download button)
  • Create a branch
git checkout -b branch-name (To Create a branch)
  • Add the KCEspot main branch remote link to pull changes made by others
git remote add kcespot https://github.com/Kcespotcommunity/HACKTOBERFEST-BEGINNER-2022.git
  • Make your changes (Choose from any task below)
  • Commit and Push
git add .
git commit -m 'commit message'
git push origin branch-name
  • To pull from KCEspot main branch to your branch
  • First commit your work and push your finished work in your branch
git pull kcespot main
  • Create a New Pull Request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository for higher chance of merge approval!

About

E-Commerce application for the small retail shops. (Only Frontend)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%