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

https://github.com/nathaniyell/todo-list


https://github.com/nathaniyell/todo-list

Last synced: 6 days ago
JSON representation

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