/todo-app

Primary LanguageJavaScript

What Is This?

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.

How Do You Use It?

If you want to use this todo app, then you can:

  1. Download the JavaScript, CSS, and HTML files
  2. Make sure they are all in the same folder
  3. Open the HTML file in the browser of your choice

What Did I Make It With?

I made this todo app with:

  • Vanilla JavaScript
  • CSS
  • HTML

What's Next?

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.