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

Dynamic Status Update Without Page Reload: #16

Closed crmSaaS closed 1 month ago

crmSaaS commented 1 month ago

Dynamic Status Update Without Page Reload:

Solution: Use AJAX or fetch to update the task status on the server without reloading the page, and update the UI accordingly.

Tanmay-Chandgude commented 1 month ago

hello @crmSaaS I would like to work on this issue please assign me this task .