A modern, responsive quiz application built with Next.js, TypeScript, and Shadcn/UI. The app features a comprehensive admin dashboard, quiz management system, and user-friendly interface for students.
npm install
# or
yarn install
# or
pnpm install
cp .env.example .env.local
npm run dev
# or
yarn dev
# or
pnpm dev
npm run dev
: Start development servernpm run build
: Build for productionnpm run start
: Start production servernpm run lint
: Run ESLintnpm run format
: Format code with PrettierThis project is licensed under the MIT License - see the LICENSE file for details.