page that generates a quiz of 10 questions from the category you want.
This works with an API generated by Magic Loops that delivers a json with the structure ready based on the category you request.
- Zustand
- React.js
- Tailwindcss
- icons library
Clone the project
git clone https://github.com/Anghy73/quizGen.gitGo to the project directory
cd quizGenInstall dependencies
npm installStart the server
npm run start
