Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.23 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.23 KB

Scrinix Frontend

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.

Backend

See the backend repo here

Tech Stack

  • Nextjs
  • Typescript
  • Tailwindcss
  • MaterialUI

Screenshots

Coordinator Dashboard Exam Overview Exam Question Paper
Coordinator Dashboard Exam Overview Exam Question Paper
Upload Question Paper Login Screen
Upload Question Paper Login Screen

Usage

Development

  1. Install the dependencies.
     npm install
     # or
     pnpm install
  2. 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.