Skip to content

TheresaUlwahn/project-redux-quiz-orange

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux quiz project

A quiz game using Redux with multiple choice questions made in a team

View it live

https://mrsucodesproject14thequizgame.netlify.com/

Questions asked and answered

  • How to interact with the store using selectors or by dispatching actions
  • Practice working in a development team

Requirements met 🧪

  • Should have at least 5 questions.
  • When the user selects an answer, it should show if they were correct or not.
  • While going through the quiz, shows which question you're on, or how many left.
  • When the user has answered all the questions, they get to a summary screen which tells them how many the got correct or incorrect.
  • Made use of redux by making small components which interact with the store.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.5%
  • CSS 13.6%
  • HTML 6.9%