this-is-aishwarya / MERN-ecommerce-website

Home Page:https://proshopmart.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN-ecommerce-website

About

This is an e-commerce website build on MERN stack

Hactoberfest 2022

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!

How to Contribute to this repository

  1. Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
  2. Clone the forked repository to your local machine.
git clone https://github.com/your-username/MERN-ecommerce-website
.git
  1. change the present working directory
cd MERN-ecommerce-website
  1. Create a branch
git branch "branch-name"
  1. 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.

NOTE

  • 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.

About

https://proshopmart.herokuapp.com/


Languages

Language:JavaScript 98.8%Language:HTML 0.8%Language:CSS 0.4%Language:Procfile 0.0%