Console Notes App written in Kotlin
🗒️ The Notes App is a Menu-Driven Console App that allows the user to perform the following on a List of Notes:
-
Add a Note 📄 Working
-
List Notes 📂 Working
- View All Notes
- View Active Notes
- View Archived Notes
- View Most Important Notes (4-5)
- View Least Important Notes (1-3)
- View Notes about Work or College
- View Notes about Hobby, Holiday or Misc
-
Update a Note 📝 Working
-
Delete a Note 🗑️ Working
-
Archive a Note :file_cabinet: Working
-
Search a Note :mag: Working
-
Save Notes
⤴️ Working -
Load Notes :arrows_counterclockwise: Working
This app was developed using Kotlin ⭐⭐⭐⭐⭐
This app lets you add your own notes, list them, edit them, and also delete them. Some examples of how it can be used:
- Write down a to-do list.
- Grocery list.
- Notes of things you want to remember.
- You can make a list based on level of priority (1-low, 2, 3, 4, 5-high)
Once you run the app, you will be prompted to enter a number to choose an option from the menu.
🌟 Christian Zaccaria (Software Systems Development Year 2)