/dimencart

DimenCart is the modern era ecommerce store for modern buyers

Primary LanguageHTMLGNU Affero General Public License v3.0AGPL-3.0

DimenCart

Welcome to the official GitHub Repository of DimenCart. 🛒

DimenCart is a modern-era eCommerce store for modern buyers. It is a beginner-friendly eCommerce site without adopting any complex framework.

Technologies Adopted:

✔ HTML
✔ CSS
✔ JS
✔ Semantic UI

Contributing

Pull requests are cordially welcome ✨ Hacktoberfest Accepted!

Suggestions for contributions, but are not limited to...

✔ Support through creating meaningful documentation
✔ Adopt naming conventions for variables in JS files
✔ Improve/ make dull code cleaner
✔ Fix issues in the mobile screen (ex - existing navbar tab having issue in the mobile screen)

How to Contribute

  1. First up you need to fork (make a copy) of this repo to your Github account.
  2. Clone (download) your fork to your computer
git clone https://github.com/<your-username>/dimencart.git

Now cd in to the directory that just got created with the name dimencart

  1. Set your streams so you can sync your clone with the original repo (get the latest updates)
git remote add upstream https://github.com/<your-username>/dimencart.git
git pull upstream master

The above 2 commands will synchronize your forked version of the project with the actual repository.

  1. Make your contribution in the code or docs. Save the files.

  2. Now in the CLI write the following command

git status

This will show you the files which have been modified or new files which have been added by you

  1. You need to add these files before you commit them
git add .
  1. Commit these files with an appropriate message
git commit -m "some-message"
  1. Now push these files
git push
  1. Now refresh your github account page, open the dimencart repository.

  2. Click on contribute and click open pull request.

  3. Write an appropriate comment and click create pull request.