https://github.com/subhash3/to-do-list
A ToDo list implemented in HTML, CSS and Javascript (and some JQuery)
https://github.com/subhash3/to-do-list
css javascript sass scss todo todolist
Last synced: 3 months ago
JSON representation
A ToDo list implemented in HTML, CSS and Javascript (and some JQuery)
- Host: GitHub
- URL: https://github.com/subhash3/to-do-list
- Owner: Subhash3
- Created: 2019-10-03T06:59:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T06:06:35.000Z (about 6 years ago)
- Last Synced: 2025-04-25T20:02:55.287Z (about 1 year ago)
- Topics: css, javascript, sass, scss, todo, todolist
- Language: JavaScript
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A Web Based TODO List
### Technologies Used
* Html
* SCSS/SASS
* JavaScript
It is live [here](https://subhash3.github.io/To-Do-List/)
### Checklist
- [x] Use local-storage to store lists and corresponding tasks.
- [ ] Make it responsive on as many devices as possible.
##### Feel free to contibute and open any issues!