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

https://github.com/shobhit1812/quiz

This is a Quiz Application, the app allows users to answer quiz questions from various categories and tracks their scores.
https://github.com/shobhit1812/quiz

react-router-dom reactjs tailwindcss vite

Last synced: 3 months ago
JSON representation

This is a Quiz Application, the app allows users to answer quiz questions from various categories and tracks their scores.

Awesome Lists containing this project

README

        

# Quiz App

This is a Quiz Application built using React, Vite, and Tailwind CSS. The app allows users to answer quiz questions from various categories and tracks their scores.

## Features

- User authentication
- Multiple choice questions
- Score tracking
- Responsive design

## Getting Started

These instructions will help you set up and run the project on your local machine for development and testing purposes.

### Prerequisites

Make sure you have the following software installed on your machine:

- [Node.js](https://nodejs.org/) (version 14 or later)
- [npm](https://www.npmjs.com/) (usually comes with Node.js)

### Installation

1. **Clone the repository:**

```bash
git clone https://github.com/your-username/quiz.git
```

2. **Navigate to the project directory:**

```bash
cd quiz
```

3. **Install dependencies:**

```bash
npm install
```

## Usage

1. **Start the development server:**

```bash
npm run dev
```

2. Open your browser and navigate to `http://localhost:5173`.