Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.44 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.44 KB

AI Quiz App

This is an AI powered quiz app featuring NextJS Framework, Tailwind CSS and OpenAI Go to live website

Functions:

  • 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

Technologies used

Languages:

  • TypeScript

Libraries and frameworks:

  • NextJS Typescript
  • TailwindCSS
  • OpenAI

Setup and usage

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

Screenshot

Homepage Homepage

Test page Test page

Score page Score page

Sources

Authors and acknowledgment