Giter Club home page Giter Club logo

task_scheduler's Introduction

Task Manager

A basic terminal-based Task Manager application leveraging Java and the java.time class.

Overview

This project is a simple Task Manager running entirely on the terminal, designed to handle tasks along with their details and deadlines.

Features

  • Task Creation: Allows users to input task names and optionally provide task details.
  • Time Scheduling: Requests the time when the task needs to be done in 'YYYY-MM-DD HH:mm' (24hr) format.
  • Deadline Management: Optionally captures task deadlines.
  • Reminder System (In Development): Future functionality to set reminders at specific intervals.
  • Task Execution Monitoring: Allows users to start and complete tasks, capturing start and end times.
  • Task Details Retrieval: Retrieves and displays task details including name, details (if given), and deadlines (if provided).
  • Time Tracking: Records the end time of task completion and calculates the time taken in minutes.

How to Use

  1. Adding a Task:

    • Run the application.
    • Enter the task name.
    • Optionally, provide task details.
    • Input the time the task needs to be done (format: YYYY-MM-DD HH:mm).
    • Optionally, set a task deadline.
    • (Future) Set reminders if desired.
  2. Task Execution:

    • When it's time to start the task, type 'started' in the terminal.
    • Upon task completion, type 'done' in the same terminal.
  3. Retrieving Task Details:

    • The application will display task details upon task completion.
    • Details include task name, optional details, and deadline (if provided).
    • End time of the task and the duration taken will be shown.

Future Enhancements

  • Reminder System: Implement a feature to provide reminders at specified intervals.
  • User Interface: Develop a user-friendly interface beyond the terminal.
  • Extended Functionality: Explore additional features to enhance task management.

Technologies Used

  • Java
  • java.time class

Contribution

Contributions are welcome! Feel free to fork the project, make improvements, and submit a pull request.

task_scheduler's People

Contributors

krishnadeshpande2907 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.