jrobind / dev-jot

Note-taking app for online development tutorials
MIT License
54 stars 45 forks source link

Added error handling and feedback feature to lessons form #117

Closed iyerm2000 closed 3 years ago

iyerm2000 commented 3 years ago

Added the following:

  1. Pop-up for when the user does not add any lesson notes. Added some text to ensure that user knows not to leave the field blank
  2. Error handling in javascript to give feedback to users when any of their action fails (adding lesson, deleting lesson etc.)
jrobind commented 3 years ago

Thanks for making the change :)