A simple command-line interface (CLI) project to manage personal notes. This project demonstrates basic Python programming, file handling, and data storage using JSON.
- Add a note with a title and content
- View all saved notes
- Search for notes by keyword
- Delete a note by title
- Store notes persistently in a JSON file