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

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

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