An open API service indexing awesome lists of open source software.

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.

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


![Desktop Preview](./design/desktop-design.jpg)

### 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.