Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 999 Bytes

File metadata and controls

28 lines (18 loc) · 999 Bytes

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.