A simple React based Todo list app, written in Javascript.
TodoApp
- The React app base, implementing the TodoList
component.
TodoList
- List of Todo
components.
Todo
- List item, showing the item text
.
-
React hooks:
- useContext
- useState
- useEffect
- Inline scripting (Array's map/forEach)
- Custom
useTodos
hook
-
React context
- Custom
TodoContext
context provider
- Custom