A simple text-based Notes Manager built using Java File I/O. This project allows users to write and read notes from a file using FileWriter, FileReader, and BufferedReader.
- β
Add a new note (saved to
notes.txt) - β Read and display all saved notes
- β
Uses
FileWriterto persist data - β
Uses
BufferedReaderto read data - β Command-line interface
- Java
- VS Code / any text editor
- Terminal / Command Line