Skip to content

Veraadithya/bank_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🏦 Bank System

A simple bank system web project built with Python, HTML, and CSS that simulates basic banking operations like creating accounts, making transactions, and managing customer information.

πŸ› οΈ About

This project aims to demonstrate a basic banking application where users can:

πŸ§‘β€πŸ’Ό Create and manage bank accounts

πŸ’° Deposit and withdraw money

πŸ”Ž View account details

πŸ’Έ Track transactions

πŸ“‹ Perform basic banking operations

(You can customize this list depending on what your code actually does β€” add features, remove items, etc.)

πŸ“ Project Structure bank_system/ β”œβ”€β”€ index.html β”œβ”€β”€ styles.css β”œβ”€β”€ app.py (or main.py) β”œβ”€β”€ templates/ β”œβ”€β”€ static/ └── README.md

(Update this file structure to reflect your actual directory layout.)

πŸš€ Features

βœ” Create new accounts βœ” User login and authentication βœ” View account balance and transaction history βœ” Deposit and withdraw functionality βœ” Responsive UI using HTML/CSS βœ” Backend logic using Python

(If your project includes database integration, Flask/Django, or other tech, add details here.)

πŸ’» Tech Stack

Frontend: HTML, CSS

Backend: Python

Optional: Flask (if used), SQLite/MySQL (if used)

(Modify according to your actual tools and frameworks.)

πŸ“Œ Usage

After running the project:

Register a new user (if implemented)

Login into the bank system

Navigate dashboard to view and interact with features

Make deposits / withdrawals

Check transaction history

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors