This is a Java application for managing a telephone system. It simulates a basic phone system with features like adding, removing, and viewing phones.
You will need the following software installed on your computer:
- Java JDK 8 or later
- A text editor or IDE
- Clone the repository:
git clone https://github.com/stephenombuya/telephonesystem- Navigate to the project directory:
cd telephone-system- Compile the Java code:
javac -cp ./*.java src/*.java- Run the application:
java MainThe Telephone System application allows you to manage a collection of phones. You can add, remove, and view phones.
We welcome contributions to this project. To contribute, please fork the repository and submit a pull request.
This project is licensed under the GPL-3.0 license. See the LICENSE file for more details.