Skip to content

ade-tech/Tasker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasker

Tasker is a simple yet powerful task management application designed to help you organize, prioritize, and manage your daily tasks with ease. Built with a minimalistic user interface, Tasker enables users to create, edit, and delete tasks while keeping track of completed and recently deleted items.

Features

  • Task Creation: Easily create new tasks and add them to your task list.
  • Task Deletion: Remove tasks you no longer need. Deleted tasks are moved to a 'Recently Deleted' panel for recovery.
  • Recently Deleted Panel: View and restore tasks that were accidentally deleted.
  • Search Functionality: Use the shortcut Control + T to quickly search for tasks within your list.
  • Minimalist Design: A clutter-free interface that helps you focus on the most important tasks.
  • MVC Architecture: Built following the Model-View-Controller (MVC) design pattern, ensuring a well-structured and maintainable codebase.

Installation

  1. Clone the repository:
    git clone https://github.com/ade-tech/tasker.git
  2. Navigate to the project directory:
    cd tasker
  3. Install the required dependencies:
    npm install
  4. Start the application:
    npm start

Usage

  • After launching the app, you can start adding your tasks by entering task details and pressing the "Add" button.
  • To delete a task, simply click the delete button next to the task. Deleted tasks will appear in the "Recently Deleted" section, where they can be restored if needed.
  • Use Control + T to quickly search for tasks across your list.

Contributing

Feel free to contribute by submitting pull requests or reporting issues. Contributions are highly appreciated!

License

This project is licensed under the MIT License.

About

A Task Management Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published