I designed and developed a responsive Admin Dashboard interface using pure HTML and CSS without relying on external libraries or frameworks such as Bootstrap.
The goal of this project was to practice building a structured and modern dashboard layout similar to those used in real web applications.
The dashboard includes several common components such as:
Welcome user card
Quick draft section
Yearly targets with progress bars
Ticket statistics
Latest news section
Latest tasks list
The layout was built to be fully responsive, ensuring a smooth experience across different devices including desktop, tablet, and mobile screens.
All the code was written manually, and the CSS structure was organized to keep the design clean, scalable, and easy to maintain.
Through this project I practiced:
Building complex layouts using Flexbox and CSS Grid
Creating responsive interfaces
Structuring CSS in a clean and maintainable way
Designing modern dashboard UI components