https://github.com/nathaniyell/todo-list
https://github.com/nathaniyell/todo-list
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathaniyell/todo-list
- Owner: Nathaniyell
- Created: 2022-09-25T11:25:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T22:05:21.000Z (almost 3 years ago)
- Last Synced: 2025-10-04T01:44:18.082Z (6 days ago)
- Language: JavaScript
- Size: 2.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo-List
This is a simple Todo List Application created with React App.
Creating this App helped me to practice the concept of passing data from a child component to a parent component.
Also I employed the concept of conditional rendering.
All notes have been synced with localStorage. I learnt useEffect, so I decided to sync the notes with localStorage since that is one of the key use of this hook.
I do hope to add more functionalities as I my learning progresses..Here is a link to the app