The React Redux Project of the Udacity React Nanodegree.
Uses Redux and Redux Thunk for state management, React Router and hooks. Hosted on Netlify.
Starter files: https://github.com/udacity/reactnd-project-would-you-rather-starter
Video of a complete implementation by Udacity, to see the required behavior: https://www.youtube.com/watch?v=xfmSkLAL__Q
To install dependencies run yarn
or npm install
.
To develop run yarn start
or npm start
, and then visit http://localhost:3000 in your browser.
This project is very similar to the Polls project of the Redux course of ui.dev, because both courses were created by the same instructor.
The main differences are that Polls doesn't have a login page to choose the user (the authenticated user is hardcoded), and each poll has 4 different answers instead of 2.
https://ui-polls.netlify.app - https://polls.ui.dev
https://github.com/uidotdev/redux-course-2