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.
- 🔐 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
Frontend
- React
- Axios
- Tailwind CSS / CSS
https://github.com/IEEECS-VIT/enrollments-2025-backend
- Fork the repository
- Create a new branch (git checkout -b feature/your-feature)
- Commit your changes
- Push to your branch
- Open a Pull Request
git clone https://github.com/d-e-v-14/enrollments-admin.git
cd frontend
npm install
npm run dev