Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yusufborucu/finance-flow-app

Finance flow app with React
https://github.com/yusufborucu/finance-flow-app

chartjs react vite

Last synced: 17 days ago
JSON representation

Finance flow app with React

Awesome Lists containing this project

README

        

# Finance Flow App

This project is a simple **finance flow** application built using **Vite**, **React** and **Chart.js**.

## Live Demo

You can view the live demo of this project here:
[Demo](https://yb-finance-flow-app.netlify.app)

## Technologies

- **Vite**: A fast development build tool.
- **React**: A JavaScript library for building user interfaces.
- **Chart.js**: A JavaScript charting library.

## Installation

To run this project locally, follow these steps:

### 1. Clone the repository

```bash
git clone https://github.com/yusufborucu/finance-flow-app.git
```

### 2. Navigate to the project directory

```bash
cd finance-flow-app
```

### 3. Install dependencies

```bash
npm install
```

### 4. Run the development server

```bash
npm run dev
```

This will start the development server. You can view the project by opening http://localhost:5173 in your browser.