Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aaroncferrer/banking-app

Track your finances and budget with ease using this user-friendly banking app built with React.js.
https://github.com/aaroncferrer/banking-app

javascript react

Last synced: 5 days ago
JSON representation

Track your finances and budget with ease using this user-friendly banking app built with React.js.

Awesome Lists containing this project

README

        

# Banking-Budget App

A simple and user-friendly banking app built using React.js. Keep track of your finances and budget with ease!

[Demo link](https://banking-app-delta.vercel.app/)

## Overview

The Banking-Budget App provides a clear and efficient interface for managing finances and tracking budget. It allows you to deposit and withdraw funds, send money, and keep track of your budget/expenses with CRUD functionality. User information, including current balance and budget/expenses list, is stored in local storage for easy access.

## Features

📌 Login/Sign-up

📌 Deposit/Withdraw Funds

📌 Send Money

📌 Budget/Expenses Tracker with CRUD functionality

📌 Real-time balance updates

📌 Clear and efficient interface for managing finances and tracking budget

📌 User information stored in local storage for easy access

## How to Use

Clone the repository using the link https://github.com/aaroncferrer/banking-app. Then, run the following command in your terminal to install the necessary packages:

### `npm install`

After the packages are installed, you can start the app with the following command:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.