Reache is a desktop app that helps busy working professionals manage their large list of contacts by providing an easy-to-use interface to store contacts and organize meetings. Reache is especially suited for professionals who would like to optimize their contact management by using a Command Line Interface (CLI).
- Ensure you have Java 11 installed on your computer.
- Open the Terminal (Mac/Linux users) or the Command Prompt (Windows User) and run
java -version
. - If you do not have Java 11 installed, follow the guide given here.
- Open the Terminal (Mac/Linux users) or the Command Prompt (Windows User) and run
- Download the latest reache.jar from here.
- Copy the file to the folder you want to use as the home folder for Reache.
- Double-click the file to start the app.
This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.