Skip to content

jamwitk/contact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages