https://github.com/dinithmaleesha/genius-saver
source code for Genius Saver, a simple banking app developed in C# and .NET for the Graphical User Interface (GUI) subject. Features include money transfers, bill payments, transaction history, and an in-built gaming option. Built with a SQL database for data storage
https://github.com/dinithmaleesha/genius-saver
banking-applications gui-application
Last synced: 6 months ago
JSON representation
source code for Genius Saver, a simple banking app developed in C# and .NET for the Graphical User Interface (GUI) subject. Features include money transfers, bill payments, transaction history, and an in-built gaming option. Built with a SQL database for data storage
- Host: GitHub
- URL: https://github.com/dinithmaleesha/genius-saver
- Owner: dinithmaleesha
- Created: 2023-03-13T16:38:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T16:53:46.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T14:44:48.862Z (8 months ago)
- Topics: banking-applications, gui-application
- Language: C#
- Homepage:
- Size: 26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Genius Saver - Simple Banking App
## Overview
Genius Saver is a basic banking app developed as a part of the Graphical User Interface (GUI) subject in the 1st year, semester 2. The application is built using C# and the .NET framework, with a SQL database for data storage.
## Features
1. **Money Transfer:**
- Users can transfer money between accounts.
- View a report of past money transfers.
2. **Bill Payments:**
- Pay utility bills such as water, electricity, and phone.
3. **Transaction History:**
- Check a detailed history of all money transactions.
4. **In-Built Gaming Option:**
- Engage in a small in-built gaming option, akin to a betting game.
## Technologies Used
- C# programming language
- .NET framework
- SQL for database management
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/dinithmaleesha/genius-saver.git