https://github.com/stephenombuya/telephonesystem
This is a Java application for managing a telephone system. It simulates a basic phone system with features like adding, removing, and viewing phones.
https://github.com/stephenombuya/telephonesystem
java oops-in-java open-source practice-project
Last synced: 4 months ago
JSON representation
This is a Java application for managing a telephone system. It simulates a basic phone system with features like adding, removing, and viewing phones.
- Host: GitHub
- URL: https://github.com/stephenombuya/telephonesystem
- Owner: stephenombuya
- License: gpl-3.0
- Created: 2023-08-04T12:23:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T09:44:22.000Z (10 months ago)
- Last Synced: 2025-03-03T03:13:54.504Z (8 months ago)
- Topics: java, oops-in-java, open-source, practice-project
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/stephenombuya/telephonesystem
```2. Navigate to the project directory:
```bash
cd telephone-system
```3. Compile the Java code:
```bash
javac -cp ./*.java src/*.java
```4. Run the application:
```bash
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.