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

https://github.com/diazadr/person-form-vb

A simple registration form application created as part of the Database Systems course at Bandung Manufacturing Polytechnic. This project demonstrates the practical implementation of data entry and handling concepts using Visual Basic .NET and Visual Studio 2022.
https://github.com/diazadr/person-form-vb

vb-net visual-basic visualstudio2022

Last synced: 3 months ago
JSON representation

A simple registration form application created as part of the Database Systems course at Bandung Manufacturing Polytechnic. This project demonstrates the practical implementation of data entry and handling concepts using Visual Basic .NET and Visual Studio 2022.

Awesome Lists containing this project

README

        

# Person Form

![Project Status](https://img.shields.io/badge/status-completed-brightgreen) [![License](https://img.shields.io/badge/license-MIT-blue)](./LICENSE)

This project is a simple **Person Form** application, developed as part of the **Database Systems** course at Bandung Manufacturing Polytechnic.

## Technologies Used
- **Visual Basic**: Programming language used for the application.
- **Windows Forms**: GUI framework for building the application interface.

## Features
- **Personal Data Input**: Allows users to enter and submit personal details.
- **Form Validation**: Ensures data integrity and correctness.
- **User-Friendly Interface**: Simple design for efficient interaction.

## Demo

### **Application Interface**

Here are screenshots showcasing the application's features:

#### **Form Interface**
This is the main interface where users can input their personal data:
Form Interface Screenshot

#### **Form Results**
This screen displays the submitted data in a structured format:
Form Results Screenshot

## Installation and Setup

Follow the steps below to install and run the application:

1. **Download the Installer**
Navigate to the `installer/debug` directory.

2. **Run the Setup**
Execute the `setup.exe` file to install the application on your system.

## Usage
1. Launch the application after installation.
2. Enter the required data in the form.
3. Click the submit button to view the results.

## Project Status
This project is **completed** and will not be further developed.

## Contributions
Feel free to submit issues or contribute by creating pull requests.

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.