This project is a pixel-perfect, fully responsive HTML/CSS implementation of the provided Figma design.
It was built as part of the Frontend Screening Task, focusing on clean, maintainable, and scalable code.
π View Live Site
frontend-assignment/ β βββ index.html # Main HTML file βββ styles.css # Main stylesheet βββ assets/ # Images, SVGs, and other media β βββ logo.svg β βββ girl.png β βββ icons/ (if any) βββ README.md # Project documentation
| Element | Spec |
|---|---|
| Primary Red | #FA1239 |
| Accent Yellow (Stars) | #FFAB00 |
| Green (Rating) | #1CB098 |
| Background Gradient | #FECDD5 β #FFE2E7 (radial) |
| Font Family | Figtree |
| Heading 1 (h1) | 64px |
| Heading 2 (h2) | 44px |
| Body Text | 16px |
- π― Pixel-perfect design β matches Figma measurements exactly.
- π± Responsive layout β adapts beautifully to all screen sizes.
- π Clean & maintainable code β well-commented and semantic HTML/CSS.
- βοΈ Deployed on GitHub Pages β easily accessible live demo link.
- HTML5 β Semantic structure
- CSS3 β Flexbox, media queries, gradients
- Google Fonts β Figtree family
- (Optional) SVG assets from Figma
- Clone the repository:
git clone https://github.com/aarya0044/frontend-assignment.git