Skip to content

(React / Redux / Redux-thunk) version of the poll workshop

Notifications You must be signed in to change notification settings

reactivate-ldn/beginner-workshop-voting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Vote workshop

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.

Get started

Install dependencies:

npm i

Run the project:

npm start

Proceeding with your solution

  • 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

You are stuck?

Have a look at the solution branch of the repository

The API

Access http://api.alexrieux.fr for the documentation, although the comments should provide you enough hints.

It is too easy...

  • Voting workshop using redux-observable and websocket: here
  • Meh I know Observable... well you can give it a try with Elm: here

About

(React / Redux / Redux-thunk) version of the poll workshop

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published