SideNavDash is a modern and responsive dashboard application built with Next.js, Tailwind CSS, and Chart.js. It features an intuitive layout with a collapsible sidebar, a top navigation bar, and various chart components to display data visually.
MenuBar
, Header
, and chart widgets.Follow the steps below to set up the project locally.
git checkout -b feature-name
.Make sure you have the following installed:
Clone the repository:
git clone https://github.com/your-username/SideNavDash.git
cd SideNavDash
Install dependencies:
npm install
or
yarn install
Start the development server:
npm run dev
or
yarn dev
Open your browser and navigate to:
http://localhost:3000
components/
header.js
: Contains the top navigation bar.menuBar.js
: Defines the sidebar menu items and structure.pages/
index.js
: Main entry point of the dashboard.dashboard.js
: Contains the dashboard layout and widgets.styles/
: Tailwind CSS configuration and custom styles.public/
: Static assets like icons and images.barData
and lineData
objects in the Dashboard
component to update chart content.Feel free to customize it according to your project requirements. Happy coding! 🚀