https://github.com/kevvko/todo-app
Simple todo-app to apply and manage your tasks.
https://github.com/kevvko/todo-app
asp-net-core asp-net-mvc csharp css3 html javascript netcore
Last synced: 3 months ago
JSON representation
Simple todo-app to apply and manage your tasks.
- Host: GitHub
- URL: https://github.com/kevvko/todo-app
- Owner: KevvKo
- Created: 2020-07-19T09:25:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T19:32:51.000Z (almost 6 years ago)
- Last Synced: 2025-08-22T06:53:36.448Z (11 months ago)
- Topics: asp-net-core, asp-net-mvc, csharp, css3, html, javascript, netcore
- Language: C#
- Homepage:
- Size: 17.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo-Webapplication
## Table of Contents
[Requirements](#requirements)
[Getting started](#getting-started)
[Examples](#examples)
[Coming feature](#coming-feature)
## Requirements
- c#
- .NET Core
- ASP.NET
## Getting started
To use and run the application, just download the repository, direct the terminal in the project-directory and run the following command in your terminal:
```
dotnet run
```
**Note:** If the program runs, enter the Web-App about the localhost: https://localhost:5001/
## Examples
### Default UI
This example shows the default layout from the ToDo-App with some entrys.

### Add To Do
On click at the arrow, below the list, you can add a new To Do with a date, where the ToDo must be done. Also, you can add a ToDo just with a date and no given description.

**Hint:** To delete a ToDo, tick off the checkbox in the status column for the ToDo and it will be deleted.
### Edit To Do's
Further, if you want to edit an ToDo, just click on the Edit-Link and you will be redirected to the edit-page, where you can do small changes on your ToDo.

### Details
The details-overview shows you just the ToDo and the date, nothing more.

## Coming feature
Extended UI, which shows the to do's for single weekday (sorted by date).
Options to switch between **all to do's** or **to do's for a weekday**