hardzork / rocketshoes-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Simple e-Shop features (Inspired by Netshoes)

This project uses React concepts such as Styled Components, States, Props, React Router DOM, Redux and Redux Saga. It also use Json Server to simulate an API to provide products and amount stock.

The user is allowed to add products to shopping cart, increase/decrease items amount and remove it from cart.

The purpose of this project is understand how the Flux arquitechture works.

ESLint, Prettier, EditorConfig and Reactotron are used.

Links

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

License:MIT License


Languages

Language:JavaScript 98.1%Language:HTML 1.9%