Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.03 KB

README.md

File metadata and controls

47 lines (35 loc) · 2.03 KB

miniCodeProjects

Welcome to miniCodeProjects! This repository contains two mini projects built using Java, HTML, CSS, and JavaScript.

Task Manager Console Application

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:

Features

  • 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.

Getting Started

To use the Task Manager, follow these steps:

  1. Clone this repository to your local machine.
  2. Compile the Java files (TaskManager.java and Tasks.java) using a Java compiler.
  3. Run the compiled Java program using java TaskManager.
  4. Follow the on-screen instructions to interact with the Task Manager.

Usage

  • 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.

Pomodoro Timer

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.

Usage

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.

Getting Started

  1. Clone this repository to your local machine.
  2. Navigate to the project folder (taskmanager or pomodorotimer) in your terminal or command prompt.
  3. Open the index.html file in your preferred web browser.
  4. Start using the application!