Skip to content

iprinceroyy/expenses-chart-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published