/thing-list

xtern bootcamp 2017

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

thing-list

xtern bootcamp 2017

Basic Homework

  • Add the "Add Thing" button, including the corresponding CSS.

Bonus Credit

  • Make that "Add Thing" button work!
  • When the checkbox is checked, mark the corresponding as completed and be sure this gets synced to Firebase and that it persists across page refreshed.

Super Mega Bonus Credit

  • Stop hard-coding things altogether. Use only the things that were added via the "Add Thing" button.
  • Add a due date to each Thing and make sure it persists.

Super Mega Bonus Credit Hyper Fighting

  • Make the "remove" button work.