A simple text-based Notes Manager built using Java File I/O concepts.
- Add new notes
- View all saved notes
- Notes are stored in notes.txt
- Java
- FileWriter / BufferedReader
- Exception Handling
- File I/O
- Try-with-resources
- Append vs Overwrite
- IOException handling