Quiz App 🔗
Quiz App is a sleek web application that generates a new set of 10 random questions every time you play, offering a fresh and exciting challenge with each session. It's a streamlined and interactive way to test your trivia prowess across a variety of categories and difficulties.
#Technical details
Open Trivia DB API is to fetch questions
Tailwind css is used for styling all the screen
git clone https://github.com/thejsdeveloper/quiz-app.git
cd quiz-app
yarn install
#or
npm install
yarn dev
#or
npm run dev
Navigate to the http://localhost:3000
to see the app