Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Bank_Program/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
Console.WriteLine("Ism va Parol to'g'ri, akkauntga kirish muvaffaqiyatli amalga oshirildi....");
RetryServicePref:
Console.WriteLine("1.Bankomat - Kommunal To'lovlar, Kredit, Mobil aloqa, Naqd pul olish");
Console.WriteLine("1.Bankomat - Kommunal To'lovlar, Kredit, Mobil aloqa, Naqd pul olish, kartadan pul o'tkazish");
Console.WriteLine("2.Foydalanuvchi hisobi haqidagi ma'lumotlar");
Console.WriteLine("3.Akkauntan chiqish");
userServicePref = Convert.ToInt32(Console.ReadLine());
Expand Down
48 changes: 30 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,47 @@
# 💸🔥 MINI BANK PROJECT 🏦💥
**THE ULTIMATE CONSOLE BANKING EXPERIENCE BUILT WITH C# AND .NET 8!**

_Experience lightning-fast transactions with power, style, and simplicity!_
🤑 Handle **communal payments**, manage **credits**, and send money like a **BOSS!** 😎

---

## 👑 CREATED BY THE LEGENDS ⚔️
| Name | Role |
|-----------|------------------|
| 🧠 Jorjinio | The Mastermind |
| 🔥 Xusanov | Code Warrior |
| ⚡ Javlonbek | Logic Commander |
| 💻 Sherzod | Terminal Tactician |
## 👑 CREATED BY THE LEGENDS:
- 🧠 **Jorjinio**
- 🔥 **Xusanov**
- ⚡ **Javlonbek**
- 💻 **Sherzod**

This squad built a banking app that SLAPS! 👊

---

## 🚀 FEATURES THAT GO HARD:
| Feature | Status |
|------------------------------|--------|
| 🔌 Pay Communal Services | ✅ |
| 💰 Take & Repay Credits | ✅ |
| 💸 Send Money to Friends | ✅ |
| 🧾 View Balance | ✅ |
- 💡 **Pay for Communal Services**
🔌 Electricity
💧 Water
🔥 Gas

---
- 💰 **Take & Repay Credits**
Fast. Easy. Instant.

## 💻 DEMO PREVIEW:
- 💸 **Send Money to Another Account**
Just type the names and the amount — boom! Transfer complete 💥

![Bank System Demo](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExZjMwMThzZ2E1Njd3a2MyMmcyaHZtaXR2dzAxenNyZzh2YXU0a2NmMiZlcD12MV9naWZzX3NlYXJjaCZjdD1n/g9582DNuQppxC/giphy.gif)
- 🧾 **View Your Balance Anytime**
Never lose track of your cash again 💰

---

*Making moves like a financial ninja.* 💸
## ⚙️ TECH STACK (POWER MODE ON):
- 🧠 **Language:** C#
- ⚙️ **Framework:** .NET 8
- 🎮 **UI:** Console Application
- 💾 **Storage:** File-based system (fast, light, and powerful)

---

## ▶️ RUN THIS BAD BOY:
## ▶️ HOW TO RUN THIS BEAST:

```bash
git clone https://github.com/yourusername/MiniBankProject.git
Expand Down