Quiz App - Case

image

This project was created using next.js v14 and typescript. It was designed and compiled into code for case-study work.

Development

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.

Live version

Check out live version of this case study at Quiz App for more details.