The Quiz App is a web application built using React.js and styled with Tailwind CSS. It allows admins to create multiple-choice quizzes, which are stored in the browser's local storage. Users can view a list of all quizzes, take any quiz, and review their score and answers upon submission.
- Admin Panel: Create and manage multiple-choice quizzes.
- Local Storage: Store quizzes in the browser's local storage.
- Home Page: Display a list of all available quizzes.
- Quiz Taking: Users can take quizzes and submit their answers.
- Score Review: Users can review their score and see their answers after submitting a quiz.
- Frontend: React.js
- Styling: Tailwind CSS
- Data Storage: Browser's Local Storage
- Node.js and npm installed on your machine.
- Basic understanding of React and Tailwind CSS.
- Clone the repository:
git clone https://github.com/JatinDhamija816/quizApp
- Install dependencies:
npm install
- Start the development server:
npm run dev
The app should now be running on http://localhost:5173
.