Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 893 Bytes

README.md

File metadata and controls

64 lines (43 loc) · 893 Bytes

Rocketshoes


A simple ecommerce, using React and Redux

Project made to understand functionality of Redux and Redux Saga.

App structure:

  • App
    • Redux
    • Header
      • Home
      • Cart

Here is some images from project

Home Page

Home

Cart Page

Cart


Try it for yourself

clone the project and run using Yarn:

Download all dependencies:

yarn

Run the project

yarn dev

or NPM

Download all dependencies

npm install

Run the project

npm run dev

This project uses a fake API, using json-server.

Run json-server without installing it

npx json-server -p 3333 server.json

server.json is a file in project root folder.


Francisco Silva / francisco.prosilva@gmail.com