Simple quiz app built for a take home assignment.
Demo: https://quizzy-alpha.vercel.app
- Clone the repository.
- Open your terminal and switch to the repo you just cloned.
- Make sure you are in the root folder and run one of the below commands.
yarnornpm install - After that run,
yarn devornpm run dev - The server will start on
http://localhost:3000.