/todo-list

Todo List application to put all JavaScript knowledges by Programador BR course

Primary LanguageJavaScriptMIT LicenseMIT

To do List

Deploy:

https://juniormacedo91.github.io/todo-list/

About:

The main function about this application is add a bunch of items to make during the day. I decided to go further and create new features like:

  • Login screen;
  • Add picture;
  • Dark mode;

All informations in the home page, like name and picture will be transfered to main page

Techniques:

  • LocalStorage - Allows to save values or keys:
    • Add Item - localStorage.setItem;
    • Get Item - localStorage.getItem;
    • Remove Item - localStorage.remove;
  • setAttribute - Set an attribute or change a value;

Main challenges:

  • To understand better how to build functions;
  • Find an specific index of an array;
  • Get values with LocalStorage to display in an other page, like: picture and name;
  • Create a function to do a dark mode;

Skills:

HTML CSS JavaScript Figma