Skip to content

AY2526S1-CS2103T-F14B-1/tp

 
 

Repository files navigation

Java CI

LittleLogBook Project

Ui

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.

Setting up in Intellij

Prerequisites: JDK 17, and the latest version of Intellij IDEA.

  1. Open Intellij IDE.
  2. Open this project in Intellij.
  3. Configure the project to use JDK 17 and set Project Language level to the default SDK option.

Running LittleLogBook

  1. In Intellij, expand the tp module in the project explorer sidebar.
  2. Navigate into src/main/java/seedu.address/ui/Main.java.
  3. 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.

Supported Commands:

add delete view search note

Acknowledgements:

  • 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.

Packages

 
 
 

Contributors

Languages

  • Java 97.6%
  • CSS 2.4%