Skip to content

YukiDayDreamer/react-shopping-mall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Shopping Mall

A project which extracts key features from React-Shopping-Cart by Jefferson Ribeiro.

This project was bootstrapped with Create React App.

Run yarn start to start the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

You will also need json-server to mock a REST API:

sudo npm i json-server -g
json-server assets/products.json --port=3001 --delay=500  

About

React Shopping Mall: progressively mimic key features from https://github.com/jeffersonRibeiro/react-shopping-cart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published