https://github.com/rafaelhdsv/expenses-chart-component
In this challenge, you'll create a bar chart component from scratch. We provide a local JSON file, so you can add the chart data dynamically if you choose.
https://github.com/rafaelhdsv/expenses-chart-component
Last synced: 3 months ago
JSON representation
In this challenge, you'll create a bar chart component from scratch. We provide a local JSON file, so you can add the chart data dynamically if you choose.
- Host: GitHub
- URL: https://github.com/rafaelhdsv/expenses-chart-component
- Owner: RafaelHDSV
- Created: 2023-01-02T22:50:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T02:34:18.000Z (over 2 years ago)
- Last Synced: 2025-01-30T17:57:45.091Z (5 months ago)
- Language: CSS
- Homepage: https://expenses-chart-component-rafael.netlify.app
- Size: 304 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Expenses chart component solution



> This is a solution to the [Expenses chart component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/expenses-chart-component-e7yJBUdjwt). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Links](#links)
- [Screenshot](#screenshot)
- [My process](#my-process)
- [Built with](#built-with)## 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
- **Bonus**: Use the JSON data file provided to dynamically size the bars on the chart### Links
- Solution URL: https://www.frontendmentor.io/solutions/expenses-chart-component-e4tYK5Rfzm
- Live Site URL: https://expenses-chart-component-rafael.netlify.app### Screenshot
- Desktop

- Mobile
## My process
### Built with
- HTML
- CSS
- JAVASCRIPT[⬆ Back to the top](#frontend-mentor---expenses-chart-component-solution)