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.
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
-
Bonus: Use the JSON data file provided to dynamically size the bars on the chart
-
I had to modify some of the website's styles due to Google Charts's limitations
- Semantic HTML5 markup
- Sass
- Flexbox
- Mobile-first workflow
- JavaScript
- Fetch API
- Google Charts
While doing this challange I was able to try using Google Charts for the first time and also to use external JSON file for the data in the chart.
In my future projects I want to use new technologies to make them better
- GitHub - KamilLazarczyk1
- Frontend Mentor - @KamilLazarczyk1