React Quiz

Basic Vite App to understand complex state management

How to run

  • Clone the repo
khushal㉿Khushal-[$] git clone https://github.com/Khushal-ag/react-quiz.git

khushal㉿Khushal-[$] cd react-quiz
  • Install dependencies
khushal㉿Khushal-[$] pnpm i
  • Run the app
khushal㉿Khushal-[$] pnpm dev
  • Run the api server
khushal㉿Khushal-[$] pnpm run server