Skip to content

binbard/dimencart

Repository files navigation

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)

CONTRIBUTION GUIDE

If you are new to open-source contribution and don't know how to get started, don't worry, this is a deatiled step by step guide to help you make your first contribution.

Before heading any further, open terminal and run git --version to make sure that git is installed on your machine, if not, install it from here.

Fork this repository

In order to make any changes to this repository, fork it by clicking on the fork button. This will create a copy of this repository in your account.

Clone the repository

Now, to clone this repository to your local machine, copy the url of the forked repository.

Now, open a terminal and run the following command:

git clone <copied- url>

Here, replace <copied-url> with the url of the forked repository you just copied.

Create a branch

After cloning the repository, change the current working directory to the repository directory by running the following command:

cd dimencart

Before making any changes, make sure to always create a new branch. To create a new brach run the following command:

git checkout -b branch-name

You can run git branch command to check your branch status.

Make changes

Now you are all set to make changes. For that you can use any text editor, but I will recommend using Vs Code as it feature rich and easy to use. If VS Code is already installed on your machine, run the following command:

code .

It will open all the files in VS Code.

After making the changes, run git status command. It will show you all the changes you have made.

Commit those changes

Now, before commiting the changes you will have to add those changes to the branch you created. For that run the following command:

git add .

Now commit those changes by running the following command:

git commit -m "put-your-message-here"

Push to GitHub

Finally push the changes you made to github by running the following command:

git push origin -u <your-branch-name>

Replace <your-branch-name> with the name of the branch you created earlier.

Submit the pull request

Now open your browser, here you will see a notification. Juslt click on compare & pull request.

Now submit the pull request.

Soon your pull request will be reviewed and merged. You will be notified via email once your pull request has been merged.

Congratulations!! You have successfully raised your first pull request. Share on your socials.

Happy Contributing!!

Contributors

Made with contrib.rocks.

License

AGPL-3.0 license - GNU Affero General Public License

About

DimenCart is the modern era ecommerce store for modern buyers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published