Quizzify

An simple quiz app with 5-question quizzes on different topics, built with React and Tailwind CSS.

Screenshots

Light mode:

light_mode

Dark mode:

Quizzify-1

Installation

First, clone this repo:

git clone https://github.com/thamika123/react-quizzify.git
Bash

Install all dependencies:

npm install
Bash

Run Parcel:

npm run serve
Bash

Open your browser and navigate to localhost:1234.