Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahinkumar/task_assistant_old
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_old
ai nextjs notes react task-organizer task-scheduler tauri2 webapp
Last synced: about 2 months 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_old
- Owner: Mahinkumar
- License: mit
- Created: 2024-09-25T05:11:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T13:11:30.000Z (2 months ago)
- Last Synced: 2024-11-28T08:30:00.691Z (2 months ago)
- Topics: ai, nextjs, notes, react, task-organizer, task-scheduler, tauri2, webapp
- Language: JavaScript
- Homepage: https://preview1.mahinkumar.com
- Size: 796 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!NOTE]
> This Project is a Next+React Barebones for our project.
> Development is being continued at this. Github Repo.
# Task Assistant
#### 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