Skip to content

GorkemKir/todo-react-dotnet-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

Todo App is a web application which you can manage your daily tasks. In this project, react and redux are used for project front-end and .net core web api is used for back-end development. Users can manage their task in synchronously with other users. Tasks will be updated in real-time for other users. With this approach users can share their task with each other. This feature is developed with microsoft SignalR framework.

Usage

Run below command inside the ClientApp folder to install npm packages.

npm install

After the installation, run command in TodoApp2 folder.

dotnet run

Application starts at localhost:5001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published