Project 1 :This is a simple project where we can add and delete tasks. Understanding real-time projects is very important, both for interviews and for surviving in the IT industry. So let's start with this basic project first.
Tech Stack:
FrontEnd:HTML, JavaScript
Backend:Java (SpringBoot) ,Rest Api [Current Industry Trend]
DataBase:Jpa Repsoitory
https://drive.google.com/file/d/1UB3AlAtk9nD4sujVPXwYwrsTDenKAnoM/view?usp=sharing
Once the project is up and running, the interface displays an input field labeled "Add Task." Users can add new tasks, which will appear in the list below. Each task also includes a "Delete" option for easy removal.
A simple UI where tasks can be added using the input field above and displayed below with delete options.