This is just a little to do list project I made to keep myself organised.
It was made using HTML, CSS & JavaScript and was one of my first projects.
It's currently hosted at brettstodo.app.
Simply type the task in the first input box, select whether it is business or personal and click the "Add todo" button.
Once an item is added it will be displayed further down in a list with your other items.
Each item has a 'check box' to cross items off, an edit button and a delete button.
Everything is stored locally.