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.
- Create a new task by entering the title, description, and due date.
- View a list of all tasks with their details.
- Delete a task by clicking it from the list.
- 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.
- Clone this repository to your local machine.
- Navigate to the
TaskManagerfolder and open the solution file in Visual Studio. - Right click on the solution explorer ,select "configure startup projects" and select TaskMaster and TaskMasterFrontEnd
- Run the project to start the backend and front end.
