Skip to content

Avik1320/E-Commerce-Website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

E-Commerce Website

  • This repository contains the 'Red Store' sports E-Commerce Website.
  • You can contribute to this repository either by fixing existing issues or creating new issues on your own.
  • If you are someone who has just started his/her journey in the web dev then you should surely try to work on the issues of the project as they are extremely beginner friendly.
  • You can make the website interactive and add new sections using your creativity.
  • The main aim of this repository is to introduce you to open source and know the importance of project-based learning.

You can visit the site by clicking on the following link: https://i-ujjwaljha.github.io/E-Commerce-Website/

Steps For Contribution⚡

  1. Fork

  2. Clone the forked repository.

git clone https://github.com/<your-github-username>/E-Commerce-Website
  1. Navigate to the project directory.
cd E-Commerce-Website
  1. Create a new branch.
git checkout -b <your_branch_name>
  1. Make changes.

  2. Stage your changes and commit

git add -A

git commit -m "<your_commit_message>"
  1. Push your local commits to the remote repo.
git push -u origin <your_branch_name>
  1. Create a Pull Request.

  2. Congratulations! 🎉 you've made your contribution.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.9%
  • CSS 35.1%