This quiz fetches data from Trivia DB (https://opentdb.com/api_config.php) and selects from different categories and difficulties to display a personalized quiz application.
I've been incrementally working on this project for over a year! Last major change I implemented involved removing bootstrap and creating CSS styling.
- Axios
- React Hooks,
- React,
- ES6+,
- CSS,
- he(decoding library)
Currently hosted at https://yesnote.netlify.app/
IMPORTANT: If you are going to clone and run locally please be sure to run
npm i so that dependencies can download