A web-based Online Exam System built as a college project. online-exam-system/ ├── src/ │ ├── pages/ # All page components │ ├── styles/ # CSS files │ ├── App.jsx # Main app with routes │ └── main.jsx ...