project/ │ ├── index.html # Main HTML structure ├── style.css # Complete sidebar and theme styling ├── script.js # Sidebar toggle + theme switch logic └── README.md # Assignment summary
The goal of this assignment is to build and integrate a fully functional sidebar on a web page using only HTML, CSS, and JavaScript (no frameworks or external libraries). The sidebar design, transitions, and animations must match the provided video reference.
Sidebar layout, spacing, typography, colors, and transitions are designed to match the video reference.
⚙️ Technologies Used HTML for structure CSS for styling, transitions, and responsiveness Pure JavaScript for interactivity