Skip to content

ciscoproo0/rocketshoes

Repository files navigation

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 / [email protected]

Releases

No releases published

Packages

No packages published