This is a project for Software Engineering (SE) Module.
The AddressBook is named LittleLogBook. LittleLogBook helps Kindergarten teachers track details about their students, parents and colleagues.
For the detailed documentation of this project, see the LittleLogBook Product Website.
Prerequisites: JDK 17, and the latest version of Intellij IDEA.
- Open Intellij IDE.
- Open this project in Intellij.
- Configure the project to use JDK 17 and set Project Language level to the default SDK option.
- In Intellij, expand the tp module in the project explorer sidebar.
- Navigate into src/main/java/seedu.address/ui/Main.java.
- Click on the run current file to launch LittleLogBook.
Example Interaction: Here's what using LittleLogBook looks like in the GUI:
add n/ Yeo p/82923242 e/ Yeo@gmail.com a/Geylang Avenue 4 r/allergic to peanuts t/colleague
New person added: Yeo; Phone: 82923242; Email: Yeo@gmail.com; Address: Geylang Avenue 4 r/allergic to peanuts; Tags: [colleague]
LittleLogBook will save the contacts you have added and you can edit or delete them later.
add delete view
search note
- This project is a part of the se-education.org initiative. If you would like to contribute code to this project, see se-education.org for more info.
