TEAM MEMBERS MANEESH KUMAR - 24SCSE1180652 | SWATI SINGH - 24SCSE1180411 | SPARSH TOMAR - 24SCSE1180707
TrackMate is a simple console-based Java project to manage and track tasks. It allows users to perform CRUD operations on tasks using file storage.
π§ Features Implemented (Review 1) Add Task View Tasks Delete Task Update Task File I/O using data.txt Layered architecture
π File Structure Main.java β Entry point and menu Task.java β Task model TaskService.java β CRUD logic FileHandler.java β File operations Validation.java β Input validation data.txt β Stores task data (created automatically)
π How to Run Compile all .java files Run Main.java Follow menu instructions in console