Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rudxain/to-do_app
DOM learning project. Inspired by https://youtu.be/DEbNCqe2e2U
https://github.com/rudxain/to-do_app
accessible clean-ui html5 intuitive learn no-dependencies to-do-app to-do-list web zero-dependency
Last synced: about 5 hours ago
JSON representation
DOM learning project. Inspired by https://youtu.be/DEbNCqe2e2U
- Host: GitHub
- URL: https://github.com/rudxain/to-do_app
- Owner: Rudxain
- License: mit
- Created: 2024-03-10T18:38:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T20:45:56.000Z (8 months ago)
- Last Synced: 2024-03-19T21:52:12.416Z (8 months ago)
- Topics: accessible, clean-ui, html5, intuitive, learn, no-dependencies, to-do-app, to-do-list, web, zero-dependency
- Language: JavaScript
- Homepage: https://htmlpreview.github.io/?https://github.com/Rudxain/to-do_app/blob/main/src/index.html
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# to-do_app
[DOM](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model) learning project. Inspired by ["ToDo List - Vanilla JavaScript"](https://youtu.be/DEbNCqe2e2U) by [@bluuweb](https://github.com/bluuweb).## Usage
**Don't.** This is not meant for production. It's just for the sake of learning.If you're a dev, I recommend you to learn and take inspiration from my code.
If you're a user... I have no idea why would you use this app, since there are much better ones, literally everywhere.
> [!WARNING]
> Beware of shared storage!
>
> HTML-Preview seems to allow pages to access each others' local/session storage. So don't save sensitive info while using the app## Why
The previously-mentioned video is one of the courses that [CIC](https://cincinnatus.edu.do) lists in the specialization of Software Development.I didn't like how Bluu implemented it, so I did my own variation of it.
I'm sharing it publicly for other future devs who might need this sort of learning material.
> [!Note]
> Disclaimer:
> I'm no teacher.
> I'm not a certified senior dev.
> I'm just an indie dev, with 8+ years of experience in programming, and ~3 months of experience with the DOM API