Skip to content

Latest commit

Β 

History

History
50 lines (33 loc) Β· 1.06 KB

File metadata and controls

50 lines (33 loc) Β· 1.06 KB

Enrollments Admin Panel

An Admin Panel for managing enrollment interview slots, panels, rounds, and quiz. This application allows administrators to create and manage interview slots efficiently while automatically preventing scheduling conflicts.


Features

  • πŸ” Admin authentication
  • πŸ—“ Create interview slots with date & time
  • ⏱ Automatic clash detection (date, time, domain, round, panel)
  • πŸ§‘β€βš–οΈ Panel-wise slot management
  • 🧠 Domain & round based filtering
  • πŸ’­ Question addition for quiz
  • πŸ‘₯ Capacity management per slot

Tech Stack

Frontend

  • React
  • Axios
  • Tailwind CSS / CSS

Backend Repository Link

https://github.com/IEEECS-VIT/enrollments-2025-backend

How to Contribute

  • Fork the repository
  • Create a new branch (git checkout -b feature/your-feature)
  • Commit your changes
  • Push to your branch
  • Open a Pull Request

Installation & Setup

git clone https://github.com/d-e-v-14/enrollments-admin.git
cd frontend
npm install
npm run dev