crmSaaS / timetable-app

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

fix #3 #35

Closed ArthurChemov closed 1 month ago

ArthurChemov commented 1 month ago

This pull request addresses issue #3: Form Button Mislabel Change the “Add Task” button text to “Add to Timetable” by modifying the button’s innerText in HTML.

Closes #3