https://github.com/stephenikuomola/expense-chart-component
Building an expense chart component showing expenses made during the week. Chart will be created using a JSON file.
https://github.com/stephenikuomola/expense-chart-component
css eslint html javascript json parcel prettier
Last synced: 6 months ago
JSON representation
Building an expense chart component showing expenses made during the week. Chart will be created using a JSON file.
- Host: GitHub
- URL: https://github.com/stephenikuomola/expense-chart-component
- Owner: stephenikuomola
- Created: 2024-08-18T04:24:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T16:41:03.000Z (over 1 year ago)
- Last Synced: 2025-03-16T16:37:38.216Z (over 1 year ago)
- Topics: css, eslint, html, javascript, json, parcel, prettier
- Language: CSS
- Homepage: https://chart-expense.netlify.app/
- Size: 1.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Expense Chart Component
An expense chart component showing the information indicating money spent on different days of the week
➥ Live Demo

### Prerequisites
Before you begin, please ensure that you have met the following requirements.
- [Git](https://git-scm.com/) must be installed in your operating system.
- [Node](https://nodejs.org/en) must be installed in your operating system.
## Run Locally
To run this project locally, run this command on your git bash/terminal.
**Linus and MacOs**
```bash
sudo git clone https://github.com/stephenikuomola/expense-chart-component.git
npm install
npm run start
```
**Windows**
```bash
git clone https://github.com/stephenikuomola/expense-chart-component.git
npm install
npm run start
```
If you do wish to reach out, please do so on [LinkedIn](https://www.linkedin.com/in/stephenikuomola/)
## Licenses
This project is **free to use** and contains any license.