This is an AI powered quiz app featuring NextJS Framework, Tailwind CSS and OpenAI Go to live website
- Give a list of common quiz topics
- Input field so user can choose their own topic
- Give 10 random questions of the chosen topic with 4 options
- Provide answer after user chose an option
- Keep the score and display it after the test
Languages:
- TypeScript
Libraries and frameworks:
- NextJS Typescript
- TailwindCSS
- OpenAI
Live page here
To host project locally
- Clone the project:
git clone https://github.com/alextrandev/AI-quiz-app.git
- Change working directory
cd AI-quiz-app
- Install dependencies
npm install
- Serve project in local host
npm run dev
- OpenAI Platform
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Tailwind CSS