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.
- Host: GitHub
- URL: https://github.com/twistedstack/js-todo-app
- Owner: twistedstack
- Created: 2023-01-31T12:36:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-04T11:17:33.000Z (2 months ago)
- Last Synced: 2026-04-04T13:13:30.479Z (2 months ago)
- Topics: css, javascript, localstorage
- Language: CSS
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple Todo App
Simple todo app using Javascript, CSS and Local Storage for my students.

---
## 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!).