This is a simple quiz app built with Next.js. It allows users to take quizzes on various topics and see their scores.
- Clone the repository
- Run
npm install
to install the dependencies - Run
npm run dev
to start the development server - Open http://localhost:3000 in your browser to see the app