This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
This solo project was the final challenge of Scrimba's React course. The idea was to use Open Trivia API to create a simple quiz application.
This was my first time calling an API and on top of that I had to deal with decoding the data using html-entities. Overall it was a great first React project because it challeneged me and allowed me to learn as I created it.
