YSSF8 / Task-Craft

Task Craft is a desktop application built with Electron. It's designed to help you manage your tasks efficiently.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Craft

Task Craft is a desktop application built with Electron. It's designed to help you manage your tasks efficiently. Task Craft is made to be fast and efficient, allowing you to streamline your task management process effortlessly.

Features

  • Create, edit, and delete tasks.
  • Drag and drop to reorder tasks.
  • Save tasks to a file and load them from a file.
  • Search for tasks.

Installation

To install Task Craft, you'll need to have Node.js and npm installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/YSSF8/Task-Craft
# Go into the repository
cd Task-Craft
# Install dependencies
npm i electron electron-packager --save-dev
# Run the app
npm start

Contributing

If you’d like to contribute, please fork the repository and make changes as you’d like. Pull requests are warmly welcome.

License

MIT

About

Task Craft is a desktop application built with Electron. It's designed to help you manage your tasks efficiently.

License:MIT License


Languages

Language:JavaScript 55.2%Language:SCSS 20.8%Language:CSS 15.1%Language:HTML 8.9%