Skip to content

Simple React js Task list app, with Hooks and Context

Notifications You must be signed in to change notification settings

brndn98/react-tasklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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