This C# console application is designed to automate the process of managing contacts. It allows users to add, edit, delete and view their contacts in an organized manner.
- Add new contacts
- View existing contacts
- Edit existing contacts
- Delete contacts
- Search for specific contacts
- Clone the repository
git clone https://github.com/jamwitk/contact.git
- Open the solution file in Visual Studio
- Build and run the application
The application is separated into the following layers:
- Presentation Layer: Handles user input and output. Communicates with the other layers to perform necessary actions.
- Business Logic Layer: Contains the business logic of the application. Communicates with the Data Access Layer to retrieve and store data.
- Data Access Layer: Handles all database operations.
The project is open to contributions. Feel free to fork the repository and create a pull request with your changes.
If you have any questions or suggestions, please contact me.