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

https://github.com/appsaeed/task

Todo application for manage simple task, set deadline, filter tasks, and get push notification
https://github.com/appsaeed/task

notifications push-notifications reactjs tailewindcss task-manager todoapp typescript web-application

Last synced: about 1 year ago
JSON representation

Todo application for manage simple task, set deadline, filter tasks, and get push notification

Awesome Lists containing this project

README

          

# Pretty Task

# demo [link](https://appsaeed.github.io/task)

![](https://raw.githubusercontent.com/appsaeed/assets/main/projects/my-task/my-task-light.png)

# Development & Contribute
```sh
git clone https://github.com/appsaeed/task.git
cd task
npm instal # install dependencies
npm run dev # run development server
```