This is a simple React task list app with Hooks and Context.
React Context was used to manage the app state throughout all the components.
React Hooks was used to develop the app based on function components.
This app uses the hooks:
useContext
to access the app state context providers.
useState
for the state of the components.
useEffect
to manage the app state on updates.
useRef
to manipulate a scrolling effect on the DOM.
Manages data with localStorage
.
Simple Component tree.
Styling made with plain CSS.
Responsive Design.
This is my first React App.