giovanniantonaccio / rocketshoes-hooks

Rocketshoes project using React Hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icons made by Flaticon
Rocketshoes

This small project is a ReactJS application developed during Rocketseat Bootcamp using Redux and Redux Saga, but this time, using the React Hooks!

The objective here was not to build a real ecommerce, but to demonstrate how Redux and Redux Saga could be used in order to help in the development of applications that need to share states between components.

The structure used for this application is scalable, so fell free to use in your projects if you want! There are some details that were not implemented, like propTypes to validate the props passed to each component or loadings to inform that actions are in progress.

The fake data comes from Json Server :)

πŸš€ Installation

Clone the repository

git clone https://github.com/giovanniantonaccio/Rocketshoes.git

Open a terminal on the repository folder and install the dependencies:

yarn

To run the application in development mode run:

yarn start

This application was bootstrapped with Create React App. Follow the link for further information.

πŸ“š Technologies

This project was developed with the following technologies:

πŸ“ License

This project is under the MIT license. See the LICENSE for more information.


Made by Giovanni Antonaccio πŸ‘‹ Get in touch!

About

Rocketshoes project using React Hooks

License:MIT License


Languages

Language:JavaScript 97.3%Language:HTML 2.7%