Goal = have simple to-do list.
I can create forks of this project or create entirely new repos where the to-do list is made a little more complex.
Let' start simple and then gradually build up from there.
-
[DONE] initalise project
- [DONE] webpack
- [DONE] html
- [DONE] js
- [DONE] css
- [DONE] load everything in js
- [DONE] input module
- [DONE] list module
-
[DONE] load input
- [DONE] input field
- [DONE] add project button
-
[DONE] load list of projects
- [DONE] when add project button is clicked
- [DONE] load title
- [DONE] load list of projects
- [DONE] checkbox
- [DONE] text of project (cant be changed)
- [DONE] delete button
- [DONE] when delete button is pressed, remove entire row of project from list
- [DONE] when add project button is clicked
-
[DONE] save to local storage so data persists