Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 888 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 888 Bytes

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