The objective of this project is to implement a simplified version of Amazon (online shopping website) that will provide customers with the 24/7 shopping service. This repository holds all the information of the online shopping website. The data stored includes the team member information, the source code of the website, sprints following the agile methodology, and any other important documents.
The globalisation process has led the online shopping malls develop more and more rapidly while the onsite stores has been negatively affected. To keep up with the times, more and more small e-commerce platforms are being developed to provide customers with convenient shopping services.
- Browsing items
- Adding products to the cart
- Checking out
Name | Student ID | GitHub Username |
---|---|---|
Aminata LO | 40163325 | github.com/programer653 |
Pavithra Sivagnanasuntharam | 40117356 | github.com/pavithrasiv |
Asha Islam | 40051511 | github.com/asha97 |
The following are the instructions of how to run this project:
- Pull the project from github to your IDE's terminal with the following command
git clone https://github.com/programer653/SOEN341-teamproject4.git
- Make sure to install the react script reader
npm install react-scripts
- To run the project, use the following command in your terminal:
npm start