Giter Club home page Giter Club logo

taskmanagement's Introduction

Task Management Application

This project is a Java task management application that uses a MySQL database to store and manage tasks. The application allows users to create, read, update, and delete tasks, as well as view a list of existing tasks.

Project structure

The project consists of several Java classes:

  • Principal.java: This class is the main user interface of the application and contains the logic to interact with the user, create new tasks, and display the list of existing tasks.

  • DateTask.java: This class handles the task logic, including the insertion, retrieval, update, and deletion of tasks in the database.

  • ConnectionDB.java:This class is responsible for establishing the connection to the MySQL database.

How to use the application

  1. Run the application from Principal.java.
  2. The application allows you to create new tasks, modify existing tasks, and delete tasks.
  3. The tasks are stored in a MySQL database.
  4. You can view the list of existing tasks in the user interface table.

Configuration

Make sure to configure the MySQL database connection in the class. ConnectionDB.java. Replace the values of db, url, user, and password With your own database credentials.

public static Connection getConnectionBD() {
    Connection connection = null;
    String db = "task_management";
    String url = "jdbc:mysql://localhost:3306/" + db;
    String user = "root";
    String password = "";

    // ...
}

Requirements

  • Java Development Kit (JDK) installed.
  • MySQL Server installed and running

Program screenshots

Screenshot-2.png Screenshot-1.png Update.png delete.png


Do you have any questions or suggestions? Please do not hesitate to contact me!

Contact Email | Contact Email

taskmanagement's People

Contributors

oscarnavarrolol avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.