This is a simple notes app that allows you to add, remove, list and read notes.
The app now supports notes groups
- Added notes groups
- Create new notes with specified priority levels.
- Edit existing notes, including changing priority, group and modifying content.
- Delete notes from the list.
- List all notes with their priorities and content without the "UI"
- List notes groups, and get the notes in a specific group
- ncurses
Warning
Remember to install the dependencies before compiling the program.
To compile the program, simply run the following command in the root directory of the project:
# Compile the program
makeTo run the program, simply run the following command in the root directory of the project:
# Open the notes app program
./notes_appTo just get the list of notes, run the following command in the root directory of the project:
# List all notes without the "UI"
./notes_app -lFeel free to contribute to this project by creating a pull request.

