Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 812 Bytes

File metadata and controls

28 lines (19 loc) · 812 Bytes

Simple Task List App

This is a simple React task list app with Hooks and Context.

React Context

React Context was used to manage the app state throughout all the components.

React Hooks

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.

Some App Details

Manages data with localStorage.
Simple Component tree.
Styling made with plain CSS.
Responsive Design.
This is my first React App.

Live Version

React Simple Task List