An open API service indexing awesome lists of open source software.

https://github.com/alanvww/inda

I need to do these all, so don't f**king bother me.
https://github.com/alanvww/inda

Last synced: about 2 months ago
JSON representation

I need to do these all, so don't f**king bother me.

Awesome Lists containing this project

README

        

# Inda

I need to do these all, so don't f\*\*king bother me.

Inda is a task management application that allows you to create lists, add items, and use LLM to regroup and generate tasks, then share it with your friend, let them know how busy you are ;)

## Description

Inda is built with React and uses Vite for fast development. It features a responsive design with Tailwind CSS and includes functionalities like local storage for saving tasks, AI-based task generation, and reorganization.

## Features

- Create and manage task lists
- Add, update, and delete tasks
- Mark tasks as complete or incomplete
- AI-based task generation and reorganization
- Save tasks to local storage
- Export lists as images

## How to Use

1. **Create a New List**: Click on the "Add New List" button to create a new task list.
2. **Add Tasks**: Click the "+" button within a list to add a new task.
3. **Edit Tasks**: Double-click on a task to edit its content.
4. **Complete Tasks**: Click the checkbox next to a task to mark it as complete or incomplete.
5. **Delete Tasks**: Click the "❌" button next to a task to delete it.
6. **Regroup Tasks**: Click the "🤖 Regroup" button to use AI to regroup tasks based on themes and semantic similarity.
7. **Generate Tasks**: Click the "🤖" button within an empty list to generate tasks using AI.
8. **Export List as Image**: Click the "↓" button to export the list as an image.

## How to Run

### Prerequisites

- Node.js (version 18 or higher)
- bun

### Installation

1. Clone the repository:

```sh
git clone https://github.com/your-username/inda.git
cd inda
```

2. Install the dependencies:

```sh
bun i
```

3. To start the development server, run:

```sh
bun run dev
```

4. To build the project for production, run:

```sh
bun run build
```

### License

This project is licensed under the MIT License - see the LICENSE file for details.