Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Telephone System

This is a Java application for managing a telephone system. It simulates a basic phone system with features like adding, removing, and viewing phones.

Getting Started

Prerequisites

You will need the following software installed on your computer:

  • Java JDK 8 or later
  • A text editor or IDE

Installation

  1. Clone the repository:
git clone https://github.com/stephenombuya/telephonesystem
  1. Navigate to the project directory:
cd telephone-system
  1. Compile the Java code:
javac -cp ./*.java src/*.java
  1. Run the application:
java Main

Usage

The Telephone System application allows you to manage a collection of phones. You can add, remove, and view phones.

Contributing

We welcome contributions to this project. To contribute, please fork the repository and submit a pull request.

License

This project is licensed under the GPL-3.0 license. See the LICENSE file for more details.