This Workshop will hopefully teach you the fundamentals of using React. The goal today is to fill the gaps of this boilerplate. It's a simple voting app with a remote API. The only thing we ask of you is to have fun and try to stick to functional programming as much as you can.
Install dependencies:
npm i
Run the project:
npm start
-
Look at the result here
-
Search for
TODO:
in the app to get some hint on how to proceed -
Basically you need to fetch the data from the todo api add them to the redux store and display the results using react victory
Have a look at the solution
branch of the repository
Access http://api.alexrieux.fr for the documentation, although the comments should provide you enough hints.