Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aaroncferrer/banking-app
- Owner: aaroncferrer
- Created: 2023-01-23T12:54:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T23:53:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T02:22:02.452Z (about 2 months ago)
- Topics: javascript, react
- Language: JavaScript
- Homepage: https://banking-app-delta.vercel.app/
- Size: 712 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.