An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Frontend Mentor - Expenses chart component solution

![GitHub repo size](https://img.shields.io/github/repo-size/RafaelHDSV/Expenses-chart-component?style=for-the-badge)
![GitHub language count](https://img.shields.io/github/languages/count/RafaelHDSV/Expenses-chart-component?style=for-the-badge)
![GitHub forks](https://img.shields.io/github/forks/RafaelHDSV/Expenses-chart-component?style=for-the-badge)

desktop.png

> 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

![](images/desktop.png)

- Mobile

mobile.png

## My process

### Built with

- HTML
- CSS
- JAVASCRIPT

[⬆ Back to the top](#frontend-mentor---expenses-chart-component-solution)