Skip to content

J-Filip/quiz_maker_home_assignment

Repository files navigation

Quiz Maker - React Demo App

Frontend Developer home assignment.

Description

This project is a Quiz Maker application built with React. It allows users to create, play, and view quizzes.

Technologies Used

  • React
  • TypeScript
  • React Router DOM
  • Ant Design
  • Vite
  • JSON Server

Project Setup

  1. Install dependencies:

    npm install
  2. Start JSON server (mock backend):

    json-server --watch db.json --port 8000
  3. Compile and run for development:

    npm run dev

Key Features

  • Create quiz
  • Play quiz
  • Delete quiz
  • View quiz details
  • Browse a list of quizzes

About

Quiz Maker - Demo App

Resources

Stars

Watchers

Forks