Skip to content

Varun-Chakraborty/Mini-Quiz

Repository files navigation

Simple Quiz App

This project is built using Vite and React.

It asks you some simple questions, and based on the answers gives you score.

Technologies used

  • React
  • Vite
  • Tailwind

How to run it

  1. You need to have NodeJS installed on your system to run it.

  2. To check you can run node --version && npm --version, if version appears it's installed else you can download from the official site.

  3. When installed, run following commands:

    cd Mini-Quiz
    npm i
    npm run dev
  4. On your web browser go to http://localhost:5173