Welcome to miniCodeProjects! This repository contains two mini projects built using Java, HTML, CSS, and JavaScript.
Welcome to the Task Manager Console Application! This Java application allows users to manage their tasks directly from the console. Here's what you can do with it:
- Add Task: Add tasks with titles, descriptions, priorities, and due dates.
- Edit Task: Modify existing tasks to update their details.
- Delete Task: Remove tasks from the list.
- View Tasks: Display all tasks currently in the system.
To use the Task Manager, follow these steps:
- Clone this repository to your local machine.
- Compile the Java files (
TaskManager.java
andTasks.java
) using a Java compiler. - Run the compiled Java program using
java TaskManager
. - Follow the on-screen instructions to interact with the Task Manager.
- When prompted, enter the number corresponding to the action you want to perform:
- To add a task, choose option 1.
- To edit a task, choose option 2 and follow the instructions.
- To delete a task, choose option 3.
- To view all tasks, choose option 4.
- To mark task as complete, choose option 5.
- To exit the application, choose option 6.
The Pomodoro Timer is a productivity tool that helps you manage your time effectively using the Pomodoro Technique. Here's what it offers:
- Set timers for 25-minute work sessions or 50-minute work sessions.
- Start, pause, reset, and resume the timer as needed.
- Custom time option available for setting a specific duration.
To use the Pomodoro Timer, open the index.html
file in your web browser. Choose your desired timer duration and click "Start" to begin your work session.
- Clone this repository to your local machine.
- Navigate to the project folder (
taskmanager
orpomodorotimer
) in your terminal or command prompt. - Open the
index.html
file in your preferred web browser. - Start using the application!