This project was created using next.js v14 and typescript. It was designed and compiled into code for case-study work.
First, run the development server:
npm install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Check out live version of this case study at Quiz App for more details.