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

https://github.com/robertsloan22/mit-cyber-banking

Front end banking app using create-react-app- to demonstrate proper routing and managing of State and Context.
https://github.com/robertsloan22/mit-cyber-banking

aws frontend javascript npx-create-react-app react

Last synced: 3 months ago
JSON representation

Front end banking app using create-react-app- to demonstrate proper routing and managing of State and Context.

Awesome Lists containing this project

README

        

Banking App
This is a simple banking app that allows users to deposit and withdraw money from their account, view their balance, and manage their budget.

Installation
To install the app, follow these steps:

Clone the repository to your local machine.
Install the required dependencies by running npm install.
Start the app by running npm start.
Usage
To use the app, follow these steps:

Register for an account by providing your first name, email, and password.
Log in to your account using your email and password.
Deposit money into your account by clicking on the "Deposit" button and entering the amount you want to deposit.
Withdraw money from your account by clicking on the "Withdraw" button and entering the amount you want to withdraw.
View your account balance by clicking on the "Balance" button.
Manage your budget by clicking on the "Budget" button and adding or removing budget items.
Contributing
If you would like to contribute to the app, please follow these steps:

Fork the repository to your own GitHub account.
Create a new branch for your changes.
Make your changes and commit them to your branch.
Push your changes to your forked repository.
Create a pull request to merge your changes into the main repository.
License
This app is licensed under the MIT License. See the LICENSE file for more information.