Task-App

Luis Cabrera,web development

.NET Task Application (opens in a new tab)

A RESTful Todo App that is implemented on the .NET Framework

Installation

Clone repository into your directory

git clone https://github.com/silverlui/TaskApplication

Change directory to ClientApp to install Client dependencies

cd TaskApplication/TaskApplication/ClientApp
npm install

Purpose

This project displays how CRUD applications are made with Entity Framework and aims to use best practices. And will also be used for my future reference.

API

TaskApplicationAPI

Preview

Screen Shot 2022-10-29 at 8 38 14 PM

Technologies