Objective:-Build a simple text-based Notes Manager using Java File I/O. This application allows users to write and view notes, which are saved persistently to a local file.
#Features:
- Write custom notes to a file
- View all saved notes
- Data is stored using
FileWriter
and read withBufferedReader
- Simple menu-dr