Skip to content

mhammarback/project-redux-quiz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux quiz group project

This project was made during the Technigo bootcamp. We have worked in a group of five, using mob-programming. We used Redux for the first time to build a quiz about wild animals.

The problem

We started out by sketching and planning the project to have a clear picture of what to do. For the majority of time we worked together in mob-programming so that everybody felt comfortable with Redux and how to use the global state. We learned how to interact with the global store using selectors and by dispatching actions.

We started out with a big component with most of the code in and then we moved it into smaller components for a better structure. For the styling we have use styled components. If we hade more time we would probably make the summary display the correct and wrong answers.

TECH

  • REDUX
  • REACT
  • STYLED COMPONENTS
  • JAVASCRIPT

View it live

https://wild-animals-quiz.netlify.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.1%
  • HTML 10.0%
  • CSS 2.9%