This project was bootstrapped with Create React App.
- redux : https://redux.js.org/
- redux-thunk for async actions (API integration) : https://github.com/gaearon/redux-thunk
- prettier : https://github.com/prettier/prettier
- Routing with ampresand-router
- SVG files downloaded from here : https://www.flaticon.com
You have to run the fake api and the client separately, in 2 separate terminals do this :
- yarn dev
- yarn api