This is a todo app that you can use to:
- Add items to a todo list
- Remove items from a todo list
You can use it right in your browser.
If you want to use this todo app, then you can:
- Download the JavaScript, CSS, and HTML files
- Make sure they are all in the same folder
- Open the HTML file in the browser of your choice
I made this todo app with:
- Vanilla JavaScript
- CSS
- HTML
I plan to add a backend so that lists can persist between one session and the next. I'm going to write it in JavaScript with Node.js and Express.js.