Skip to content

A to-do list website that allows you to create tasks and separate them by category. All the data is stored in the browser's local storage.

Notifications You must be signed in to change notification settings

bernardoeuler/to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TO-DO LIST APP

Description

This app is a small project to practice and show what I can do with HTML, CSS and JS.

How it was done

I've coded it by myself, using my knowledge of 1 year of coding and solutions I found during the process.

All data is stored using browser local storage, there is a variable called list, which is an array that contains the default list (Tasks) and the other lists created by the user. In addition, each list object have a property to store the tasks in an array.

Link: https://bernardoeuler.github.io/todo-app/

About

A to-do list website that allows you to create tasks and separate them by category. All the data is stored in the browser's local storage.

Topics

Resources

Stars

Watchers

Forks