Skip to content

Basic ToDo list React app using functional components and React Hooks.

Notifications You must be signed in to change notification settings

fmstuff/basic-react-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic ToDo list app (React Hooks & functional components)

This is a very basic ToDo list React app to showcase the fundamentals of:

  • React functional components
  • React Hooks (useState, useRef, and useEffect)

The app allows you to create a list of ToDo items, check/un-check them, and clear completed items. It stores the list to local storage to persist it across browser page refresh.

About

Basic ToDo list React app using functional components and React Hooks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published