Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahinkumar/task_assistant
A Task management app designed to improve productivity with automated Scheduling, Organization and Notes with support for optional AI assistance.
https://github.com/mahinkumar/task_assistant
ai nextjs notes react task-organizer task-scheduler tauri2 webapp
Last synced: about 1 month ago
JSON representation
A Task management app designed to improve productivity with automated Scheduling, Organization and Notes with support for optional AI assistance.
- Host: GitHub
- URL: https://github.com/mahinkumar/task_assistant
- Owner: Mahinkumar
- License: mit
- Created: 2024-09-25T05:11:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T17:05:11.000Z (about 1 month ago)
- Last Synced: 2024-11-20T18:19:56.048Z (about 1 month ago)
- Topics: ai, nextjs, notes, react, task-organizer, task-scheduler, tauri2, webapp
- Language: JavaScript
- Homepage: https://preview1.mahinkumar.com
- Size: 791 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!IMPORTANT]
> ALPHA Release date: 1 DECEMBER 2025
> BETA Release date: 1 JANUARY 2025
>
> We are planning on a major rework of UI and Certain Mechanics.
> Support for native application in Windows, Linux, MacOS, Android and IOS is also planned.> [!NOTE]
> This Project is a work in progress and is not suitable to be used at this moment.
> Star the repository for progress and preview release updates.
# Task Assistant
#### Guides | Docs | Preview
A Personal Task Assistant web application designed to improve productivity with automated Scheduling, Organization and Notes with support for optional AI assistance.
## Getting Started
### Running Development Server
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.### Building the Application
```bash
npm run build
# or
yarn build
# or
pnpm build
# or
bun build
```
## Features
1. Automated Task scheduling with a context aware Scheduling Algorithm.
2. Simple and clean Interface with easily approachable user Experience.
3. Key Analytics and Improvement Suggestions.
4. Task Tracking with Timer Support.
5. Completely Private on device Data Management.
6. Long Notes and Memories to keep task with their related information.
7. Integration with third party calendars (Needs API)## Requirements
* CPU: 1.5 GHz or faster
* RAM: 4 GB or more
* Storage: 512 MB or more (dependent on data storage needs)
* Operating System: Windows, macOS, or Linux
* Node.js version: 16.x or higher
* Package Manager: npm, yarn, pnpm, or bun## Architecture