Phone Management System
This Java application manages phone information with features to add, delete, view, and search phones stored in CSV files. Features
Add, Delete, View, Search Phones: Perform CRUD operations on phone data.
Input Validation: Ensures data integrity and prevents errors.
File Storage: Phones are stored in CSV files based on type.
Project Structure
menu: Main menu and user interface.
controller: Business logic for phone operations.
phone: Classes for different types of phones.
Usage
Setup: Clone the repository from GitHub.
Run: Execute MainMenu.java to interact with the application.
Dependencies: Requires Java 8 or higher.
Contributing
Fork the repository, create a branch, and submit a pull request.
License
This project is licensed under the MIT License.