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.
- 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.
- Java
- Swing (for GUI)
- MySQL
- JDBC (Java Database Connectivity)
- Clone the repository to your local machine.
- Open the project in your preferred Java IDE (e.g., NetBeans).
- Ensure MySQL is installed and running.
- Configure the MySQL connection details in the project.
- Run the project.
- Enter your name in the text field.
- Select your gender using the radio buttons.
- Check the checkboxes for your interests.
- Choose your favorite place from the dropdown menu.
- Provide any additional details in the text area.
- Click the "Submit" button to save your information.
Contributions are welcome. Please fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License.