Skip to content

slockers37/quizzical

Repository files navigation

Quizzical 🤔

A Simple Trivia App built using Vite + React + Typescript.

Demo

You can check out the demo of this project here.

Features

Tech Stack

Installation

  1. Clone the repository.
git clone https://github.com/slockers37/quizzical.git
  1. Install the dependencies.
npm install
  1. Start the development server.
npm run dev