- This application currently only works on Chrome Browsers.
AFTER CLONING THE REPOSITORY:
-
Run
bundle install
-
Run
rake db:migrate
RUNNING THE APPLICATION:
-
To add a TODO, just enter the name, location, and/or date and press enter.
-
To edit a TODO, click on the red edit button to the right of the TODO and then enter and submit the updated values.
-
To delete a TODO, just click the grey delete button.
-
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.