This project is a dashboard application with a sidebar and charts, built using JavaScript and Tailwind CSS. The dashboard provides a user-friendly interface to visualize data and navigate between different sections.
Responsive Sidebar Navigation: The sidebar allows users to navigate through different sections of the dashboard
Data Visualization: Integration of charts to display data visually using JavaScript libraries
Tailwind CSS: Utilizes Tailwind CSS for styling to ensure a modern and responsive design.
index.html: The main HTML file that includes the structure of the dashboard.
tailwind.config.js: Configuration file for Tailwind CSS.
user.js: JavaScript file that includes logic for data handling and chart rendering.
assets/: Directory containing images and other static assets used in the project.
Sidebar Navigation: Click on the items in the sidebar to navigate through different sections.
Charts: The charts display sample data. You can modify the data in user.js to display your own data.