Skip to content

Welcome to our Java-based task management application. Designed with Java Spring Boot, HTML, CSS, and JavaScript, our program allows users to effortlessly create, edit, and delete tasks. Featuring a sleek and intuitive interface, backed by robust backend functionality, it offers a seamless user experience. JavaDoc for devs included.

Notifications You must be signed in to change notification settings

philiprbrenan/TaskManagerApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Create: Create a new task by providing a title and a description.
  • View: View all existing tasks.
  • Details: View details of a specific task by its ID.
  • Update: Update details of an existing task.
  • Delete: Delete an existing task by its ID.

How it Works

The application follows an MVC (Model-View-Controller) architecture model. Tasks are managed through controllers that interact with the task service and task repository to perform CRUD (Create, Read, Update, Delete) operations.

Installation and Usage

  1. Clone this repository to your local machine.
  2. Import the project into your preferred Java IDE.
  3. Run the application as a Spring Boot application.
  4. Access the application through your web browser at http://localhost:8080.

Useful Links

  • Code Documentation: Here you can find detailed documentation of the project's source code.
  • Report a Problem: If you encounter any issues or have suggestions for improvement, please report them here.

Contact

If you have any questions or need assistance with the project, feel free to contact me:

About

Welcome to our Java-based task management application. Designed with Java Spring Boot, HTML, CSS, and JavaScript, our program allows users to effortlessly create, edit, and delete tasks. Featuring a sleek and intuitive interface, backed by robust backend functionality, it offers a seamless user experience. JavaDoc for devs included.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 55.5%
  • JavaScript 23.9%
  • HTML 15.3%
  • CSS 5.3%