An open API service indexing awesome lists of open source software.

https://github.com/yedhink/todo-webapp

Daily tasks and todo list management web app
https://github.com/yedhink/todo-webapp

Last synced: about 2 months ago
JSON representation

Daily tasks and todo list management web app

Awesome Lists containing this project

README

        

# Todo-App
A simple web app for categorizing and keeping track of daily todos and tasks using flask framework.

## Usage
Install the dependencies using pipenv:
```bash
pipenv shell
pipenv install
```

Run the server:
```bash
python3 manage.py runserver
```