Skip to content

TCampbellSL/WebDevelopment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bankist Web App Link

Bankist is a simple web application for managing your banking activities. The application provides features such as logging in, viewing account summary, performing money transfers, requesting loans, and closing accounts.

ScreenShots

screenshot

screenshot

Table of Contents

User Name and Password

  • js and 1111
  • jd and 2222
  • stw and 3333
  • ss and 4444

Overview

This web application is designed to simulate basic banking functionalities. Users can log in, view their account summary, perform money transfers, request loans, and close their accounts. The interface is user-friendly and responsive.

  • User Id and Passowrd are in Index.js for reference of the App.
  • User can use those available information to work on it.
  • This is only for learning process.

Navigation

  • The navigation bar includes a welcome message, user interface icon, and a login form.
  • Upon successful login, users can access the main features of the application.

Main Features

Account Summary

  • Display of incoming and outgoing transactions.
  • Calculation of interest.

Balance

  • Real-time display of the current account balance.
  • Date of the last balance update.

Movements

  • History of deposits and withdrawals with timestamps.

Money Transfer

  • Transfer money to another account.

Loan Request

  • Request a loan by specifying the desired amount.

Close Account

  • Close an account by providing the username and password.

Usage

  1. Open the application in a web browser.
  2. Log in with your username and password.
  3. Explore the different sections of the application.
  4. Perform actions such as money transfers, loan requests, and account closure.

How to Run Locally

To run the application locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/bankist-web-app.git
    
    
    

Contributing

Contributions are welcome! If you find any issues or have ideas for improvement, feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.2%
  • CSS 37.3%
  • HTML 21.5%