Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
The Elective Timetable Generator is a web application that allows users to select three elective courses from a list and generates a personalized timetable based on their selections. The app uses React for the frontend and React Router for navigation.
- Select three electives from dropdown lists.
- Validate if all three electives are selected before generating the timetable
- Generate a personalized timetable based on the selected electives.
- Download your personalized timetable as a PDF for offline use.