In the project, we'll learn how to implement Ajax on top of a standard CRUD application.
- Add a functional form for a new note to the top of the notes index page.
- After adding a note, redirect the user to the notes index page rather than the notes show page.
- Order the notes index from newest to oldest.
- (optional) Connect Bootstrap and make it look less horrible.