WorkBook
-
WorkBook (WB) is a desktop app for CS/tech students who are applying for internships to manage their internship applications.
-
WorkBook (WB) is optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). If you can type fast, WB can get your internship management tasks done faster than traditional GUI apps.
- If you are interested in using WorkBook, head over to the Quick Start section of the User Guide.
- If you are interested about developing WorkBook, the Developer Guide is a good place to start.
Acknowledgements
- Libraries used: JavaFX, Jackson, JUnit5.
- This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.
- User Guide: Table of Contents with bullet points removed is reused from @ianyong’s team in 2020.
- Reused code from CS2103T-T10-4 to parse optional arguments.
- Reused code from AddressBook-Level4