An open API service indexing awesome lists of open source software.

https://github.com/twistedstack/js-todo-app

Simple todo app using JavaScript and local storage.
https://github.com/twistedstack/js-todo-app

css javascript localstorage

Last synced: about 2 months ago
JSON representation

Simple todo app using JavaScript and local storage.

Awesome Lists containing this project

README

          

## Simple Todo App
Simple todo app using Javascript, CSS and Local Storage for my students.

![Todo App](img/screenshot.png)

---

## Javascript Assessment

- Use the appropriate HTML input attribute to make the text field required.
- In the Javascript, covert the functions over to ES6 arrow functions.
- Add several more items to the default list, if there are no items.
- Submit back to instructor either on Replit or Github (bonus!).