This is a Java GUI application that interacts with a database. It provides a user-friendly interface for viewing and manipulating data.
- User-friendly graphical interface
- Connects to a database to store and retrieve data
- Provides various functionalities (add, delete, update, view)
- Java Development Kit (JDK)
- Any Java IDE (recommend using Netbeans IDE)
- Database Management System MySQL
- MYSQL ODBC J-8.2.0 Jar Extension
- JDate jar Extension
- Install JDK and a Java IDE on your system.
- Clone this repository to your local machine.
- Open the project in your chosen Java IDE.
- Import ODBC and JDate jar into project library.
- Set up your database and connect it with the application.
- Run the application from your IDE.
- Use the GUI to interact with the database.
Contributions are welcome. Please fork this repository and create a pull request if you have something you want to add or improve.
This project is licensed under the terms of the MIT license.