Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.96 KB

README.md

File metadata and controls

64 lines (39 loc) · 1.96 KB

Frontend Mentor - Expenses chart component solution

This is a solution to the Expenses chart component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

The challenge

Users should be able to:

  • View the bar chart and hover over the individual bars to see the correct amounts for each day
  • See the current day’s bar highlighted in a different colour to the other bars
  • View the optimal layout for the content depending on their device’s screen size
  • See hover states for all interactive elements on the page

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox

What I learned

AI got the opportunite to review my knowledge on flexbox and ::pseudo-elements as well as those HTML tags that I always forget. Still really trick to know how to structure the HTML, but I'm always learning :)

Continued development

  • I definitly need more HTML practice focus on code structure and proper tags usage
  • There are some CSS properties like :nth-child that I have to put a little more effort
  • Start my studies at dark modes / prefer-color-scheme

Author