Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 396 Bytes

File metadata and controls

17 lines (14 loc) · 396 Bytes

React To Do List

Simple to do list app built with React

Demo

View the application at https://todolist.jeffreylee.dev/

Features

  • Ability to add or remove tasks
  • Tasks are saved within the browser's local storage

See this simple app in action!

git clone https://github.com/jleee/react-todolist.git
cd react-todolist
npm install
npm start