Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateusz-przybyla/expenses-chart-component
My solution to a Frontend Mentor challenge, using HTML, CSS and JavaScript
https://github.com/mateusz-przybyla/expenses-chart-component
css frontend-mentor html javascript jquery vanilla-css vanilla-javascript
Last synced: 10 days ago
JSON representation
My solution to a Frontend Mentor challenge, using HTML, CSS and JavaScript
- Host: GitHub
- URL: https://github.com/mateusz-przybyla/expenses-chart-component
- Owner: mateusz-przybyla
- Created: 2024-03-26T21:39:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T21:17:00.000Z (8 months ago)
- Last Synced: 2024-04-05T22:29:20.730Z (8 months ago)
- Topics: css, frontend-mentor, html, javascript, jquery, vanilla-css, vanilla-javascript
- Language: CSS
- Homepage: https://mateusz-przybyla.github.io/Expenses-chart-component/
- Size: 159 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)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Useful resources](#useful-resources)
- [Author](#author)## 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: See dynamically generated bars based on the data provided in the local JSON file.### Screenshot
![](./screenshot.jpg)
### Links
- Solution URL: https://github.com/mateusz-przybyla/Expenses-chart-component.git
- Live Site URL: https://mateusz-przybyla.github.io/Expenses-chart-component/## My process
### Built with
- Semantic HTML5 markup
- Vanilla CSS
- Flexbox
- Mobile-first workflow
- DOM Manipulation
- JSON
- index.js file -> using vanilla JavaScript (fetch API, using async/await)
- index-jq.js file -> using jQuery library (jQuery.getJSON() method)### Useful resources
- [Web Development Bootcamp](https://www.udemy.com/course/the-complete-web-development-bootcamp/?couponCode=KEEPLEARNING) - The Web Development Bootcamp in which I am taking part.
- [MDN Web Docs](https://developer.mozilla.org/en-US/) - My best website which help me understand rules and features about HTML, CSS and JavaScript languages.
- [Fetch API](https://kursjs.pl/kurs/ajax/fetch)
- [jQuery.getJSON()](https://api.jquery.com/jQuery.getJSON/)## Author
- Frontend Mentor - [@mateusz-przybyla](https://www.frontendmentor.io/profile/mateusz-przybyla)