An open API service indexing awesome lists of open source software.

https://github.com/miftah-mj/quiztime

The QuizTime is an interactive application that allows users to take quizzes.
https://github.com/miftah-mj/quiztime

api quiz react-router

Last synced: about 1 year ago
JSON representation

The QuizTime is an interactive application that allows users to take quizzes.

Awesome Lists containing this project

README

          

# QuizTime

## Project Overview

The Quiz App is an interactive application that allows users to take quizzes on various topics. It features a user-friendly interface, real-time feedback, and a scoring system.

## Live Link

[Live Demo](https://quiz-app-b418f.web.app/)

## Setup Instructions

1. **Clone the repository:**
```bash
git clone https://github.com/yourusername/quiz-app.git
```
2. **Navigate to the project directory:**
```bash
cd quiz-app
```
3. **Install dependencies:**
```bash
npm install
```
4. **Start the development server:**
```bash
npm start
```

## Screenshots

### Home Screen

![Home Screen](/public/homepage.png)

### Quiz Screen

![Quiz Screen](/public/quiz.png)

### Detailed Solution

![Detailed Solution](/public/detailed-solution.png)

## Video Walkthrough

[![Video Walkthrough](/public/homepage.png)](https://drive.google.com/file/d/1kZLlSbGhuM1mGHtJmXc3qrnMQfIHSosY/view?usp=sharing)