Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.33 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.33 KB

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.