A responsive dashboard project built with HTML, CSS, and JavaScript, featuring multiple pages and modern UI design.
- Responsive Design: Works seamlessly on desktop, tablet, and mobile devices
- Multiple Pages:
- Main Dashboard with analytics and charts
- Projects management page
- New Project creation form
- Information center with FAQ
- Modern UI: Clean and professional design using Tailwind CSS
- Interactive Elements: Sidebar navigation, charts, and form validation
- Font Awesome Icons: Beautiful iconography throughout the interface
- Overview statistics and analytics
- Interactive charts using Chart.js
- Recent activity timeline
- Quick access to key features
- Project listing with filtering options
- Project status tracking (Active, Completed, Paused)
- Project statistics overview
- Quick navigation to create new projects
- Multi-step project creation form
- Team member management
- Project settings and configurations
- File upload functionality
- Getting started guide
- Frequently Asked Questions (FAQ)
- Platform statistics and documentation
- Support resources
- HTML5: Semantic markup structure
- Tailwind CSS: Utility-first CSS framework
- JavaScript: Interactive functionality
- Chart.js: Data visualization
- Font Awesome: Icon library
- Google Fonts: Poppins font family
- Clone this repository
- Open
index.htmlin your web browser - Or run a local server:
python3 -m http.server 8000 - Navigate to
http://localhost:8000
├── index.html # Main dashboard page
├── projects.html # Projects management page
├── new-project.html # New project creation page
├── info.html # Information center page
├── main.js # JavaScript functionality
├── styles.css # Custom styles
└── README.md # Project documentation
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
This project is open source and available under the MIT License.