https://juniormacedo91.github.io/todo-list/
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
- 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;
- 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;