Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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