Skip to content

critical94/odin-project_to-do2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odin-project_to-do2

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.

  1. [DONE] initalise project

    • [DONE] webpack
    • [DONE] html
    • [DONE] js
    • [DONE] css
    • [DONE] load everything in js
      • [DONE] input module
      • [DONE] list module
  2. [DONE] load input

    • [DONE] input field
    • [DONE] add project button
  3. [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
  4. [DONE] save to local storage so data persists

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors