Live Website - https://quiz-app-react-reduxtoolkit.netlify.app/
This app is a quiz app in which the user can select the type of quiz that he wants from the quiz setup page, then inside the quiz the navigation is very easy with next and previous questions button, and in the end the result score along with the no of correct/incorrect questions are shown using the beautiful pie chart which is dynamically generated with the help of Chart.js javascript library. Users have the option to take the quiz again from the results page.
- HTML
- CSS
- JAVASCRIPT
- Material UI
- REACT
- REDUX
- Use of a third-party Quiz API to fetch quiz data.
I learnt the use of material UI which is a latest react styling library. Then I learnt about the routing(react-router v5) in react, redux state management to manage the state and also I learnt how to display the data graphically with the help of Chart.js javascript library(in this project pie chart is used for showing results).
npm i
- installs all the dependenciesnpm start
- starts the frontend development server on your local machine.