The frontend of Scrinix is designed to provide an intuitive and user-friendly interface for exam coordinators and faculty members. It facilitates seamless interaction with the backend services, ensuring efficient workflows for exam management and moderation.
See the backend repo here
- Nextjs
- Typescript
- Tailwindcss
- MaterialUI
Coordinator Dashboard | Exam Overview | Exam Question Paper |
---|---|---|
Upload Question Paper | Login Screen |
---|---|
- Install the dependencies.
npm install # or pnpm install
- Start the development server.
npm run dev # or yarn dev # or pnpm dev # or bun dev
Open http://localhost:3000 with your browser to see the result.