nbktechworld / full-stack-web-dev

6 stars 13 forks source link

Add a breadcrumb to the Sign Up page #27

Closed nbkhope closed 1 month ago

nbkhope commented 2 months ago

A breadcrumb is used for navigation convenience.

Usually you see it at the top of the main content section, reading like:

Home / Sign Up

It shows you the steps the user took to reach the page. Usually, from home, it goes to Sign up.

The word home should be linked to the home/index page.

Reference: https://developer.mozilla.org/en-US/docs/Glossary/Breadcrumb

karlasanc commented 1 month ago

I can help with this one too