This is a simple timetable web app built with HTML, CSS, JavaScript, and Node.js (Express). It allows users to manage weekly schedules, add, edit, and delete tasks or classes, and view an organized timetable. This project is also Hacktoberfest-ready, with 30 beginner-friendly issues for contributors to tackle and learn from.
0
stars
12
forks
source link
Implement Sorting for Timetable by Day and Time #70
The current timetable displays tasks in the order they are added. Adding a sorting feature to automatically organize tasks by day (Monday to Sunday) and time will improve usability and readability.
The current timetable displays tasks in the order they are added. Adding a sorting feature to automatically organize tasks by day (Monday to Sunday) and time will improve usability and readability.