Skip to content

This is an e-store builder, using which you can setup your own online store without any prerequisite knowledge of software development.

License

Notifications You must be signed in to change notification settings

preethiashok05/e-StoreBuilder

 
 

Repository files navigation

HacktoberFest-2021 🏆

About Hacktoberfest


E-Store Builder

About The Project

👩‍💻 This is an e-store builder, using which you can setup your own online store without any prerequisite knowledge of software development. We would like the application to be responsive and helpful to its users.

We would also like to add support for frontend and backend part of user's online store by managing their order details,payment details and customer feedbacks.

How to Setup

1. Fork it 🍴

You can get your own fork/copy of e-StoreBuilder by using the Fork button on top-right of your screen.

2. Clone it 👥

NOTE: commands are to be executed on Linux, Mac, and Windows(using Powershell)

You need to clone (download) it to local machine using

$ git clone https://github.com/techhub-community/e-StoreBuilder.git

This makes a local copy of the repository in your machine. Once you have cloned the e-StoreBuilder repository in Github, move to that folder first using change directory command on Linux, Mac, and Windows(PowerShell to be used).

# This will change directory to a folder e-StoreBuilder
$ cd e-StoreBuilder

Move to this folder for all other commands.

3. Set it up ⬆️

Run the following commands to see that your local copy has a reference to your forked remote repository in Github :octocat:

$ git remote -v
origin  https://github.com/Your_Username/e-StoreBuilder.git (fetch)
origin  https://github.com/Your_Username/e-StoreBuilder.git (push)

Now, let's add a reference to the original e-StoreBuilder repository using

$ git remote add upstream https://github.com/techhub-community/e-StoreBuilder.git

This adds a new remote named upstream. See the changes using

$ git remote -v
origin    https://github.com/Your_Username/e-StoreBuilder.git (fetch)
origin    https://github.com/Your_Username/e-StoreBuilder.git (push)
upstream  https://github.com/Remote_Username/e-StoreBuilder.git (fetch)
upstream  https://github.com/Remote_Username/e-StoreBuilder.git (push)

Steps To follow: 📜

(a) Go to the issues tab of this repository and find any issue that you would like to work on. You can also create your own issue.

(b) Get yourself assigned to that issue.

(c ) Open the cloned repository on your local machine.

(d) $cd e-StoreBuilder

(e) Create a separate branch for that issue $git checkout -b issueName/issueNumber

(f) Try your best to fix the issue (Good Luck! =))

(g) Once the issue is fixed, just give us a Pull Request, and you are done!!

Any small/big but useful changes are welcome 🙏. Hope, it would be a great learning experience for you all :D

Congratulations !! 🥳

About

This is an e-store builder, using which you can setup your own online store without any prerequisite knowledge of software development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.3%
  • CSS 7.8%
  • JavaScript 5.9%