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 13 forks source link

Alert Messages for Actions: #19

Closed crmSaaS closed 1 week ago

crmSaaS commented 1 week ago

Alert Messages for Actions:

Solution: Use alert("Task added successfully!"); or display messages in the UI for better feedback when adding, deleting, or updating tasks.

officialnitinbaghel commented 1 week ago

19

This error is solved by me for Alert Messages for Actions like deleting , adding etc. This error is index.ejs on line number 17.