https://github.com/vlambo3/taskmanagerapp
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.
https://github.com/vlambo3/taskmanagerapp
css exception-handling html5 java javadoc javascript spring-boot validations
Last synced: 18 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/vlambo3/taskmanagerapp
- Owner: vlambo3
- Created: 2024-05-02T03:37:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T15:00:38.000Z (11 months ago)
- Last Synced: 2025-03-27T19:41:46.740Z (about 1 month ago)
- Topics: css, exception-handling, html5, java, javadoc, javascript, spring-boot, validations
- Language: Java
- Homepage: https://taskmanagerappdocumentation.netlify.app/
- Size: 41.1 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## To see in action
Deployed in Render: https://springboot-render-zw3v.onrender.com/
Backend explainer video https://www.youtube.com/watch?v=70RosvxzChY
## 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.
## Screenshots
### Main Screen

- This is the main screen of the application. It features two buttons to add tasks and two buttons to list tasks.### Add Task Form

- This form is used to add new tasks. After adding a task, a success or error message is displayed.### Task List

- This is the task list screen. It displays tasks in a table format, with options to delete or edit each task.- ### Update Task

- This form is used to update existing tasks. It is shown if you click on the ID button. Additionally, tasks can be deleted from the list by clicking on the Delete button.## 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](https://taskmanagerappdocumentation.netlify.app/): Here you can find detailed documentation of the project's source code.
- [Report a Problem](https://www.linkedin.com/in/vanina-a-godoy/?locale=en_US): 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:
- **LinkedIn:** [Vanina Godoy](https://www.linkedin.com/in/vanina-a-godoy/?locale=en_US)