An simple quiz app with 5-question quizzes on different topics, built with React and Tailwind CSS. See it live here.
Light mode:
Dark mode:
First, clone this repo:
git clone https://github.com/thamika123/react-quizzify.git
Install all dependencies:
npm install
Run Parcel:
npm run serve
Open your browser and navigate to localhost:1234
.