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.
- Host: GitHub
- URL: https://github.com/shobhit1812/quiz
- Owner: shobhit1812
- Created: 2024-08-29T13:50:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T13:57:56.000Z (9 months ago)
- Last Synced: 2025-01-05T02:41:51.908Z (5 months ago)
- Topics: react-router-dom, reactjs, tailwindcss, vite
- Language: JavaScript
- Homepage: https://flashcard-quiz-app18.netlify.app/
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.