midudev / hackaton-vercel-2024

¡Participa y gana premios de Vercel!
213 stars 18 forks source link

[Participación]: Kmina #228

Open Segmentree opened 3 months ago

Segmentree commented 3 months ago

Señala los requisitos cumplidos

Escribe tu nombre o el del equipo

Ayland

Nombre del Proyecto

Amekhania

Descripción del Proyecto

When engaging in a conversation with any of the recent AI models, there are typically a few key elements that are often missing. These elements, if included, could significantly enhance the usefulness and effectiveness of the conversation. One such element is an AI planner, specifically designed for programmers. This tool could help in organizing tasks, setting reminders, and managing projects more efficiently, thereby making the interaction with AI not just informative but also practically beneficial. Imagine having an AI that not only answers your questions but also helps you keep track of your coding milestones, deadlines, and even suggests the best times to take breaks based on your productivity patterns.

Additionally, users have the flexibility to add custom tools to be used with the assistant, tailoring the experience to better meet their specific needs and preferences. This customization can range from integrating specialized libraries for coding assistance to setting up personalized workflows that align with individual or team projects. By allowing users to incorporate their own tools, the AI becomes a more versatile and powerful ally in the programming journey. This level of adaptability ensures that the AI can evolve alongside the user, continually providing relevant and timely support.

Repositorio de Código

https://github.com/Segmentree/Amekhania

Proyecto desplegado

https://amekhania.netlify.app/

Instrucciones de Configuración

Running the project

Clone the project from github at Github Repo

git clone https://github.com/Segmentree/Amekhania.git
cd Amekhania

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev