Skip to content

Hamzah-Owaidat/Registration-JAVA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registration Application

Introduction

This project is a Java GUI application for user registration. It allows users to input their name, gender, interests, favorite place, and additional details, which are then stored in a MySQL database. The application also generates a backup file containing user data.

Features

  • User-friendly registration form with GUI.
  • Supports input fields for name, gender, interests, favorite place, and details.
  • Data storage in a MySQL database.
  • Backup file generation for user data.

Technologies Used

  • Java
  • Swing (for GUI)
  • MySQL
  • JDBC (Java Database Connectivity)

Setup Instructions

  1. Clone the repository to your local machine.
  2. Open the project in your preferred Java IDE (e.g., NetBeans).
  3. Ensure MySQL is installed and running.
  4. Configure the MySQL connection details in the project.
  5. Run the project.

Usage

  1. Enter your name in the text field.
  2. Select your gender using the radio buttons.
  3. Check the checkboxes for your interests.
  4. Choose your favorite place from the dropdown menu.
  5. Provide any additional details in the text area.
  6. Click the "Submit" button to save your information.

Contributing

Contributions are welcome. Please fork the repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages