Skip to content

erinz2020/eShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eShop(Amazon Clone)

JavaScript React NodeJS NPM Webpack Babel

Using JavaScript and React to build an Amazon Clone e-Commerce platform, implement browsing products page, ratings of products, adding to the shopping cart for checkout page, sign in page and create new account page.

eShop

Home page

The home page displays the item being browsed. Click the Add to Basket button to add the product to the shopping cart, and the total number of items in the basket will be displayed next to the shopping cart icon in the upper right corner of the page. According to the rating of the product, the corresponding number of stars will be displayed on the page.

Basket page

On the shopping cart checkout page, click the Remove from shopping cart button to remove the item from the shopping cart. The total amount of goods will be reduced accordingly. eShop

Sign in page

eShop

Create a new user

eShop

Building and running on localhost

"scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" },

First install dependencies:

npm install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published