Skip to content

jamwitk/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todo Application

Features

  • Create new tasks
  • View existing tasks
  • Edit existing tasks
  • Delete tasks

Getting Started

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

The application is separated into the following layers:

  • Presentation Layer: This layer is responsible for handling user input and output. It communicates with the other layers to perform the necessary actions.
  • Business Logic Layer: This layer contains the business logic of the application. It communicates with the Data Access Layer to retrieve and store data.
  • Data Access Layer: This 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