Roadmap Frontend Projects
This repository contains front-end projects built following the roadmap.sh front-end developer path.
- Single-paged CV - a single-page CV (Curriculum Vitae) using HTML only.
- Basic HTML Website - structure a website using HTML i.e. different sections of a website like header, footer, navigation, main content, sidebars etc.
- my solution
- Personal Portfolio - Convert the previous simple HTML website into a personal portfolio.
- my solution
- my solution
- Changelog Component - create a simple HTML structure and use CSS to style it into a visually appealing and responsive changelog component.
- my solution
- my solution
- Testimonial Cards - to teach about positioning and layout in CSS.
- my solution
- my solution
- Datepicker UI - create a simple datepicker UI using only HTML and CSS. It will not be a functional datepicker, but a static UI component that can later enhance with JavaScript.
- my solution
- my solution
- Accessible Form UI - create a form UI using only HTML and CSS, it will be a static UI component that can be enhance with JavaScript in the future.
- my solution
- my solution
- Tooltip UI - A tooltip is a small pop-up box that provides additional information about a navigation item when a user hovers over it.
- my solution
- my solution
- Image Grid Layout - learn and practice the CSS Grid layout technique, which is essential for creating responsive and flexible web layouts.
- my solution
- my solution