Skip to content

filzasaleem/project-redux-quiz-week8

 
 

Repository files navigation

A collaborative project by Filza Saleem, Kai Lee Hernandez and Diana Undén.

Redux Quiz

In this week the a multpile choice game app was created. The focus was getting familiar with redux.

View it live

experience the quizz app live: quiz-app

Getting Started with the Project

Dependency Installation & Startup Development Server

Once cloned, navigate to the project's root directory. This project uses npm (Node Package Manager) to manage its dependencies.

The following command combines installing dependencies, opening up the project on VS Code, and starting a development server on your terminal:

npm i && code . && npm run dev

The Problem

The team initiated the project by creating a Trello work plan and a Figma design. Tasks were distributed among team members based on mutual understanding.

The app is a multiple-choice quiz game with a focus on getting familiar with Redux. The theme revolves around Swedish-related general questions, and multiple choices are provided to the user. Each question has a timer, and when it runs out, the correct answer is displayed. The quiz itself has a timer, and at the end, the app reveals how long the user took to complete the quiz. Correct and incorrect questions are clearly marked. Pictures and gifs are added for clarity and fun. The quiz concludes with a summary page displaying the score and details of correct and incorrect questions.

technologies used

  1. react components
  2. recat redux
  3. react Hooks (useSelctor(),useDispatch(),useState(),useEffect())
  4. css
  5. responsive design

Instructions

See instructions of this project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.9%
  • CSS 17.5%
  • HTML 2.6%