Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crofrank/daily-tasks
Todo list for everyday usage
https://github.com/crofrank/daily-tasks
bootstrap dom-manipulation localstorage
Last synced: 16 days ago
JSON representation
Todo list for everyday usage
- Host: GitHub
- URL: https://github.com/crofrank/daily-tasks
- Owner: CroFrank
- License: mit
- Created: 2024-01-08T19:58:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T20:44:48.000Z (about 1 year ago)
- Last Synced: 2024-01-08T21:53:14.283Z (about 1 year ago)
- Topics: bootstrap, dom-manipulation, localstorage
- Language: TypeScript
- Homepage: https://crofrank.github.io/daily-tasks/
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Daily-tasks
Hosted on github, you can visit [here](https://crofrank.github.io/daily-tasks/)
### About app
Your To Do list where you can manage your daily tasks, mark it as completed when you finish with task and delete them all at the end of a day so you can write new goals for the next day.
### I used:
- CSS framework BOOTSTRAP,
- JS/TS,
- DOM manipulation,
- LocalStorage - web storage API,
- JSON### Try it out
App is live and hosted on Github and link is on top of Readme file. If you want code on your local machine, you can use "git clone" and once you have it locally I suggest to run in with "Live Server" (VS code extension is easiest way).
### Localstorage
A web storage API provided by web browsers that allows web applications to store key-value pairs locally within the user's browser.
Data stored in localStorage persists even after the browser is closed and reopened. It remains stored until explicitly cleared by the user or the application.### Contributing
Contributions are welcome! If you find any issues or want to enhance the application, feel free to open an issue or submit a pull request.
### License
This project is licensed under the MIT License. You can do whatever you want with this code.
### Contact
If you have any questions feel free to ask [here](https://www.weblifesupport.com/)