We want to be able to add more note content. We'll do this by creating a unique page for each note. To do this, we are going to do the following:
- Add note details route - a unique page for each note.
- When we create a note, automatically display the new note (redirect to the note page), so we can add note content.
- Update our list to display the note title and have it link to the details page.