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.
- 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.
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
If you’d like to contribute, please fork the repository and make changes as you’d like. Pull requests are warmly welcome.
MIT