Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.09 KB

Contact Automation

Overview

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.

Features

  • Add new contacts
  • View existing contacts
  • Edit existing contacts
  • Delete contacts
  • Search for specific contacts

Getting Started

  1. Clone the repository
git clone https://github.com/jamwitk/contact.git
  1. Open the solution file in Visual Studio
  2. Build and run the application

Layers

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.

Contributions

The project is open to contributions. Feel free to fork the repository and create a pull request with your changes.

Contact

If you have any questions or suggestions, please contact me.