Trivia quiz has been created as a sample project to improve my code standards and coding practices.
- Answer option should not be the same for all the Questions.
- Console the submitted Answer with True or False.
- Display the Score at the end of the Game.
- Please make the necessary assumption in case of any doubts.
clone trivia repository from Github and install the necessary packages wrt the application and run the project
git clone https://github.com/addepalli8/trivia.git
cd trivia
npm i --save
npm start
- Redux.
- Reusable components.
- code standard (eslint).
- comments wherever needed
- cross-browser compatibility.
- device compatibility.