Manual Quiz Landing Page
Vercel deployment - https://demo-topaz-alpha.vercel.app/
First, run the development server:
npm i
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Responsive layout
- tests for UI components
- design tokens
- accessibility
- Server actions to get data from /api/questions
- Quiz questions data in data folder
- Types for quiz questions
- Micro commits and compopnents break down for reusability