Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 664 Bytes

File metadata and controls

19 lines (10 loc) · 664 Bytes

README

  • This application currently only works on Chrome Browsers.

AFTER CLONING THE REPOSITORY:

  1. Run bundle install

  2. Run rake db:migrate

RUNNING THE APPLICATION:

  1. To add a TODO, just enter the name, location, and/or date and press enter.

  2. To edit a TODO, click on the red edit button to the right of the TODO and then enter and submit the updated values.

  3. To delete a TODO, just click the grey delete button.

  4. To mark a TODO as complete, just check the open box to the left of the TODO and check the TODO. The todo will then have a strikethrough marking it checked off. You can also uncomplete the TODO by rechecking the box.