Concept: User can add, delete, update and list notes.
Used in json, with open(), try-except
Properties:
-
Notes are stored in JSON file.
-
User can add, update, delete and search notes.
-
Error handling is added (e.g. if the file cannot be found or is corrupted).
-
Standard modules (json, os, datetime) are used.