Skip to content

Artenes/rocketseat-bootcamp-rocketshoes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocketshoes

Rocketseat's GoStack bootcamp introductory module to Redux with ReactJS. See it live here.

About

A ReactJS app that uses Redux and Redux Saga to manage the state of a shopping cart in multiple components.

In this app you can:

  • Browse items
  • Add items to cart
  • Change the amount of each item in the cart
  • Remove items from cart

It was also configured to debug with Reactotron. Everytime an action is dispatched either to the store or saga, it will log the data in Reactotron's desktop app.

Set up

  1. Clone the repository
git clone git@github.com:Artenes/rocketseat-bootcamp-rocketshoes.git
cd rocketseat-bootcamp-rocketshoes
  1. Install dependencies
yarn
  1. Install json-server globally, it serves fake data for the app.
yarn global add json-server
json-server src/server.json -p 3333
  1. Run the app
yarn dev
  1. Access http://localhost:8080.

Contact

Artenes Nogueira - artenes.nogueira@gmail.com

Linkedin - linkedin.com/in/artenes/

Blog - artenesbok.com/