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
- Host: GitHub
- URL: https://github.com/appsaeed/task
- Owner: appsaeed
- License: mit
- Created: 2024-03-10T20:46:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T16:52:25.000Z (about 2 years ago)
- Last Synced: 2025-01-24T11:15:22.686Z (over 1 year ago)
- Topics: notifications, push-notifications, reactjs, tailewindcss, task-manager, todoapp, typescript, web-application
- Language: TypeScript
- Homepage: https://appsaeed.github.io/task/
- Size: 406 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pretty Task
# demo [link](https://appsaeed.github.io/task)

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