Skip to content

ST10185940/TaskMaster-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskMaster

image

Task Manager App

This is a task manager app with an ASP.NET Core WebAPI backend and a React front end. It uses an in-memory database via Entity Framework Core.

Basic Usage

  1. Create a new task by entering the title, description, and due date.
  2. View a list of all tasks with their details.
  3. Delete a task by clicking it from the list.

Features

  • Add new tasks with title, description, and due date.
  • Edit existing tasks to update their details.
  • View a list of all tasks along with their information.
  • Delete tasks to remove them from the list.

How to Run

  1. Clone this repository to your local machine.
  2. Navigate to the TaskManager folder and open the solution file in Visual Studio.
  3. Right click on the solution explorer ,select "configure startup projects" and select TaskMaster and TaskMasterFrontEnd
  4. Run the project to start the backend and front end.

About

Todo List App made with ASP.NET core webAPI and React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published