Skip to content

Commit

Permalink
Update project_mini_message_board.md
Browse files Browse the repository at this point in the history
Use a open button or link for message details page.
  • Loading branch information
mikeyCos authored Aug 17, 2024
1 parent 086064c commit f31c3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeJS/express/project_mini_message_board.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ At this point you should know enough to use Express to make some fun interactive

1. At the end of the `router.post()` function use `res.redirect("/")` to send users back to the index page after submitting a new message.
1. At this point, you should be able to visit `/new` (it might be a good idea to add a link to that route on your index page), fill out the form, submit it and then see it show up on the index page!
1. Add an "open" button next to every message to open a new page with the message details.
1. Add a "open" button or link next to every message to open a new page with the message details.
1. Push your project to GitHub.
1. You'll learn how to deploy your app to the web in the next lesson, don't forget to come back and submit it to the submissions below once you're done!

Expand Down

0 comments on commit f31c3a5

Please sign in to comment.