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