A modern, responsive navigation system featuring both a navbar and sidebar with dark mode toggle functionality.
- Responsive Design: Adapts seamlessly to mobile and desktop screens
- Dark Mode Toggle: Switch between light and dark themes with persistent preference
- Mobile-Friendly Navigation: Collapsible sidebar on mobile devices
- Modern UI Components: Clean, professional design with smooth animations
- Accessibility Features: Focus states, keyboard navigation, and semantic HTML
┌─────────────────────────────────────────────────────────────────────────┐
│ [🌙] Dark Mode │
├─────────────┬───────────────────────────────────────────────────────────┤
│ │ │
│ Brand │ Dashboard │
│ │ │
│ [📊] Dashboard │ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
│ [👤] Profile │ │ Statistics │ │Recent │ │ Tasks │ │
│ [📁] Projects │ │ │ │Activity │ │ │ │
│ [📅] Calendar │ │ Users: 1,254│ │ │ │ ☑ Project │ │
│ [✉️] Messages │ │ New: +12% │ │ John Doe │ │ ☐ Review │ │
│ [⚙️] Settings │ │ Revenue: $12k│ │ Anna Smith │ │ ☐ Present │ │
│ │ │ Conv: 3.2% │ │ Robert J. │ │ ☐ Meeting │ │
│ │ └─────────────┘ └─────────────┘ └─────────────┘ │
│ │ │
│ │ │
│ Dark Mode [☀️] │ │
│ │ │
│ [🚪] Logout │ │
│ │ │
└─────────────┴───────────────────────────────────────────────────────────┘
┌─────────────────────────────┐
│ [☰] Brand [☀️] │
├─────────────────────────────┤
│ │
│ Dashboard │
│ │
│ ┌─────────────────────┐ │
│ │ Statistics │ │
│ │ │ │
│ │ Users: 1,254 │ │
│ │ New: +12% │ │
│ │ Revenue: $12k │ │
│ │ Conv: 3.2% │ │
│ └─────────────────────┘ │
│ │
│ ┌─────────────────────┐ │
│ │ Recent Activity │ │
│ │ │ │
│ │ John Doe │ │
│ │ Anna Smith │ │
│ │ Robert Johnson │ │
│ └─────────────────────┘ │
│ │
└─────────────────────────────┘
/* When sidebar is open */
┌─────────────────────────────┐
│ ┌───────────────────────┐ │
│ │ Brand [✕] │ │
│ │ │ │
│ │ [📊] Dashboard │ │
│ │ [👤] Profile │ │
│ │ [📁] Projects │ │
│ │ [📅] Calendar │ │
│ │ [✉️] Messages │ │
│ │ [⚙️] Settings │ │
│ │ │ │
│ │ Dark Mode [☀️] │ │
│ │ │ │
│ │ [🚪] Logout │ │
│ └───────────────────────┘ │
└─────────────────────────────┘
- Responsive Layout: The sidebar automatically collapses on mobile devices and can be toggled with the menu button
- Dark Mode Toggle: Click the sun/moon icon to switch between light and dark themes
- Interactive Elements: All buttons feature hover effects and ripple animations when clicked
- Smooth Transitions: Color changes and sidebar movements have smooth animations
- Accessibility: Full keyboard navigation support and proper focus indicators
- HTML5
- Tailwind CSS (via CDN)
- Vanilla JavaScript
- Clone or download this repository
- Open
index.htmlin your browser - No build steps required!
- Edit the Tailwind configuration in the
<head>section ofindex.htmlto change the color scheme - Modify the navigation items in the sidebar as needed
- Add your own content to the main section
Works in all modern browsers that support:
- CSS Grid
- CSS Flexbox
- CSS Variables
- ES6 JavaScript
MIT License - Feel free to use and modify for your projects!

