This is an e-commerce website build on MERN stack
A beginner-friendly project to help you in open-source contribution. Made specifically for contribution in HACKTOBERFEST 2022! Hello World Programs and Algorithms! Please leave a star to support this project!- Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
- Clone the forked repository to your local machine.
git clone https://github.com/your-username/MERN-ecommerce-website
.git
- change the present working directory
cd MERN-ecommerce-website
- Create a branch
git branch "branch-name"
- Make your changes
git add .
git commit -m "Your commit Message"
git push origin branch-name
- Make a pull request mentioning the issue number.
- Star the repository.
- Make Sure you commit your changes in a new branch.
- Make Sure you Give proper name to your files describing the addition.
- Also Make Sure you comment your code wherever necessary.