iprinceroyy / expenses-chart-component

An expenses chart showing expense of each day of an individual

Home Page:https://expense-chart-prince.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expenses chart component

Table of contents

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

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow

What I learned

fetch("data.json")
    .then((Response) => Response.json())
    .then((jsonData) => {});
};

Continued development

I want to refine my web development skills, become more adaptable with different technologies, libraries, and frameworks with the changing world. My main objective is to get involved more & more so that ultimately I can have a good grip of web development.

Author

About

An expenses chart showing expense of each day of an individual

https://expense-chart-prince.netlify.app/


Languages

Language:SCSS 45.6%Language:HTML 30.9%Language:CSS 13.1%Language:JavaScript 10.4%