This is a simple quiz app boilerplate
- Load questions from a JSON file
- Display questions and answers
- Supports diagrams via mermaid
- Supports markdown text
- Provide hints for incorrect answers
- Save user answers to a JSON file
- Evaluate subjective questions using AI
- Incremental hints using AI
- Clone the repository
- Run
npm install
- Run
npm run dev
to start the development server
- Set the environment variables (check out
sample.env
for the list of these vars) - Run
npm run build
to build the app - The
dist
folder will be created with the app ready to be deployed - Deploy the
dist
folder to your favorite hosting service