Frontend Developer home assignment.
This project is a Quiz Maker application built with React. It allows users to create, play, and view quizzes.
- React
- TypeScript
- React Router DOM
- Ant Design
- Vite
- JSON Server
-
Install dependencies:
npm install
-
Start JSON server (mock backend):
json-server --watch db.json --port 8000
-
Compile and run for development:
npm run dev
- Create quiz
- Play quiz
- Delete quiz
- View quiz details
- Browse a list of quizzes