A simple Notes Manager application built using Java File I/O.
This app allows you to create and view notes by saving them to a text file using FileWriter and reading them back with FileReader.
- Add new notes and save them to a file.
- View saved notes anytime.
- Persistent storage using plain text files.
- Simple, efficient, and beginner-friendly code.