Trivia Game

  • What I’ve learned:

    • Working in teams using Kanban or Scrum effectively;

    • Create a Store using Redux in React applications;

    • Create reducers in Redux in React applications;

    • Create Redux Actions in React Application;

    • Create dispatchers in Redux in React applications;

    • Connect Redux to React components;

    • Create asynchronous actions in your React application that makes use of Redux.

  • Source code:

  • What is missing:

    • [ ]Set to switch to the next question as soon as the timer runs out;

    • [ ]Configure to switch to the next question once answered;

    • [ ]Configure Feedback page;

    • [ ]Configure Ranking page.