https://github.com/alessioscarfone/expenses-char-component
Frontend Mentor Challenge - Expenses chart component
https://github.com/alessioscarfone/expenses-char-component
css css-module frontend frontend-mentor frontend-mentor-challenge react scss
Last synced: about 2 months ago
JSON representation
Frontend Mentor Challenge - Expenses chart component
- Host: GitHub
- URL: https://github.com/alessioscarfone/expenses-char-component
- Owner: AlessioScarfone
- Created: 2022-07-03T09:44:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T18:13:03.000Z (almost 4 years ago)
- Last Synced: 2025-11-07T02:34:42.580Z (7 months ago)
- Topics: css, css-module, frontend, frontend-mentor, frontend-mentor-challenge, react, scss
- Language: SCSS
- Homepage: https://alessioscarfone.github.io/expenses-char-component/
- Size: 1.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor Challenge - Expenses chart component

## Welcome! 👋
Thanks for checking out this front-end coding challenge.
[Frontend Mentor](https://www.frontendmentor.io) challenges help you improve your coding skills by building realistic projects.
## The challenge
Your challenge is to build out this bar chart component and get it looking as close to the design as possible.
You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.
We provide the data for the chart in a local `data.json` file. So you can use that to dynamically add the bars if you choose.
Your 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
## Built with
- React
- SCSS Module
## Building your project
Feel free to use any workflow that you feel comfortable with. Below is a suggested process, but do not feel like you need to follow these steps:
## Available Script
### `npm start`
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.