https://github.com/manosakpujiha/moz-todo-react
This is an online to-do app that I improved upon from the Mozilla website tutorial on javascript frameworks. I enabled the app to persist the user data even after the browser is exited using local storage.
https://github.com/manosakpujiha/moz-todo-react
accesibility conditional rendering useeffect useref usestate
Last synced: 11 months ago
JSON representation
This is an online to-do app that I improved upon from the Mozilla website tutorial on javascript frameworks. I enabled the app to persist the user data even after the browser is exited using local storage.
- Host: GitHub
- URL: https://github.com/manosakpujiha/moz-todo-react
- Owner: manosakpujiha
- Created: 2021-09-25T05:50:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T22:08:55.000Z (over 4 years ago)
- Last Synced: 2025-05-31T03:34:42.644Z (about 1 year ago)
- Topics: accesibility, conditional, rendering, useeffect, useref, usestate
- Language: JavaScript
- Homepage: https://manos-todo.netlify.app/
- Size: 425 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an online to-do app that I improved upon, from the mozilla website tutorial on javascript frameworks. I enabled the app to persist the user data even after the browser is exited using local storage.
https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_todo_list_beginning
SPECIFICATIONS
Users can:
-read a list of tasks.
-add a task using the mouse or keyboard.
-mark any task as completed, using the mouse or keyboard.
-delete any task, using the mouse or keyboard.
-edit any task, using the mouse or keyboard.
-view a specific subset of tasks: All tasks, only the active task, or only the completed tasks.