Skip to content

SHOPTIFY is an e-commerce website template designed with HTML5, CSS3, and JavaScript

License

Notifications You must be signed in to change notification settings

devfaoed/SHOPTIFY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHOPTIFY

This Reusable SHOPTIFY is an e-commerce website template designed with HTML5, CSS3, and JavaScript. Based on the notion of developing templates for individuals to utilize later in their projects in order to decrease the amount of time spent designing frontends for e-commerce websites.

The Reuable SHOPTIFY is the idea to decrease the development time in HTML, CSS and JAVASCRIPT apps. Here we would design particular pages that are employed really routinely.

Contributor Rules

Are we missing any of your favorite features, which you feel you can implement❓ If yes, We invite you to assist to this project and make it better. To start giving, complete the steps described below:

  1. Fork this repository.

  2. Clone your forked copy of the project:
    git clone https://github.com/YourGithubUsername/SHOPTIFY.git

  3. Navigate to the project directory:
    cd SHOPTIFY

  4. Create a new branch:
    git checkout -b YourBranchName

  5. Make changes in source code:

  6. Stage your changes and commit:
    git add .
    git commit -m "<your_commit_message>"

  7. Push your local commits to the remote repo:
    git push origin YourBranchName

  8. Create a PR

  9. If someone will contribute to this repository, then those modifications will not be reflected in your local # repository. For correcting that:

  10. Setup a reference(remote) to the original repository to obtain all the changes from the remote:
    git remote add upstream https://github.com/devfaoed/SHOPTIFY.git

  11. Check the remotes for this repository :
    git remote -v

  12. Fetching from the remote repository will bring in its branches and their relevant commits:
    git fetch upstream

  13. Make sure that you're on your master branch:
    git checkout main

  14. Now that we have downloaded the upstream repository, we want to integrate its modifications into our local branch. This will bring that branch into sync with the source, without losing our local modifications :git merge upstream/main

About

SHOPTIFY is an e-commerce website template designed with HTML5, CSS3, and JavaScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published