Skip to content

Chetan73386/Java_NotesApp_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Java Notes Manager

Objective A simple command-line Notes App built using FileWriter and FileReader in Java.

Features

  • Add new notes

  • View saved notes

  • Delete all notes

  • Uses exception handling and file I/O

    Output

===== NOTES MANAGER =====

  1. Add Note

  2. View Notes

  3. Delete All Notes

  4. Exit Enter your choice: 1 Enter your note: Complete homework. Note saved successfully!

  5. Add Note

  6. View Notes

  7. Delete All Notes

  8. Exit Enter your choice: 1 Enter your note: my home is beautiful. Note saved successfully!

  9. Add Note

  10. View Notes

  11. Delete All Notes

  12. Exit Enter your choice: 2

Your Notes:

  • Complete homework.
  • my home is beautiful
  1. Add Note

  2. View Notes

  3. Delete All Notes

  4. Exit Enter your choice: 3 All notes deleted successfully!

  5. Add Note

  6. View Notes

  7. Delete All Notes

  8. Exit Enter your choice: 2 No notes file found! Add a note first.

  9. Add Note

  10. View Notes

  11. Delete All Notes

  12. Exit Enter your choice: 4 Exiting... Goodbye!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages