Skip to content

A simple to-do app built with JavaScript/React.

Notifications You must be signed in to change notification settings

angieloux/to-do-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-do App

This is a simple to-do app that helps its users keep track of things they need to get done. I made use of state management (useEffect and useState particularly) to allow a user to add, remove, tick off and filter to-do items.

It's deployed here.

Demo to React-based to-do app

Components

  • Filter to-do items by status via the selection drop-down box ('All', 'Done', 'To do')
  • Add a new to-do item
  • Tick off a to-do item
  • Delete a to-do item

Stack

  • JavaScript
  • React
  • CSS/HTML
  • Deployed on Netlify

About

A simple to-do app built with JavaScript/React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published