Add functionality to allow users to save a custom name for their timetables. This will help users identify their timetables more easily when managing multiple schedules.
In the client, create an input field on the BuildTimetable page where users can enter a name for their timetable.
Update the createTimetable
method to use the input from your newly created input element.
Utilize React’s useState hook to store the name.