Awesome React Navigation Bar
A modern application's navigation bar.
Purpose
To learn to build great navigation bars using tailwind with modern design patterns.
Used patterns:
- Light / dark theme
- Mega menu
- K Bar
Demo
A live demo is available at https://awesome-react-navbar.web.app/
Screenshots:
Light theme:
Dark theme:

Used technologies
- 🎁 Repository: regular Git repository
- 🧰 Frameworks: React, Typescript
- 🎨 Styling: tailwind
How to run
- Install Node.js.
- Install Yarn.
- Clone the repository.
- Type and run:
yarn
in the root directory.
- Type and run:
yarn dev
in the root directory.
- Open
http://localhost:5173
in your browser to see the app.