Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 424 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 424 Bytes

###To Do Application

This application adds an example of AJAX to the To Do application built in Rails. When a user presses the "Add a task" button, AJAX is used to show the form. When the task is added, AJAX is used again to add the new task to the list and remove the form from view.

To see the application before AJAX was added, visit the to-do-rails in moringa school.