Skip to content

Rudxain/to-do_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to-do_app

DOM learning project. Inspired by "ToDo List - Vanilla JavaScript" by @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 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