This project is intended to accompany a blog post on building a responsive navbar in React using shadcn/ui components.
A deployed version is available at https://navbar-responsive-shadcn-ui-example.netlify.app.
Styling and additional functionality has been kept to a minimum in order to make the core parts of the responsive navbar more easily visible.
Install Dependencies:
npm install
Run in dev mode:
npm run dev