Simple to do list app built with React
View the application at https://todolist.jeffreylee.dev/
- Ability to add or remove tasks
- Tasks are saved within the browser's local storage
git clone https://github.com/jleee/react-todolist.git
cd react-todolist
npm install
npm start