FlashBack
FlashBack is a desktop application for managing your notes While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).
- If you are interested in using FlashBack, head over to the Quick Start section of the User Guide.
- If you are interested about developing FlashBack, the Developer Guide is a good place to start.
Acknowledgements
- Libraries used: JavaFX, Jackson, JUnit5
- The undo and redo features were adopted AddressBook-Level4 project created by the SE-EDU initiative.
- The sort, review and stats features were adopted from SWEe! created by team AY2021S1-CS2103T-T17-2.
- The alias feature was adopted from the extensions in IP.