- 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/
-
Fork
-
Clone the forked repository.
git clone https://github.com/<your-github-username>/E-Commerce-Website
- Navigate to the project directory.
cd E-Commerce-Website
- Create a new branch.
git checkout -b <your_branch_name>
-
Make changes.
-
Stage your changes and commit
git add -A
git commit -m "<your_commit_message>"
- Push your local commits to the remote repo.
git push -u origin <your_branch_name>
-
Create a Pull Request.
-
Congratulations! 🎉 you've made your contribution.