*JarimAI is an AI-powered personal assistant for task management and journaling.* # 🤖 JarimAI — AI Personal Assistant
JarimAI helps you organize tasks, set reminders, and even journal about your day — all through a conversational AI interface. It learns your preferences over time to become more helpful with each interaction. ## 🚀 Quick Start 1. Clone the repository:bash
git clone https://github.com/ugyentech/JarimAI.git
cd JarimAI
2. Install dependencies:
bash
npm install
3. Run in development:
bash
npm run dev
4. Visit http://localhost:3000 **in your browser.**
## ✨ Key Features
- 📝 Smart Journaling — AI-generated prompts and mood tracking to help you reflect on your day.
- 📅 Task Management — Create tasks and reminders via chat commands.
- 💬 Conversational UI — Chat naturally with your AI assistant as you would with a friend.
- 🎯 Goal Tracking — Set goals and get progress updates over time.
- 🔒 Privacy-Focused — All personal data stays secure and private.
## 📁 Project Structure
```text
JarimAI/
├── app/ # Next.js application code (pages, components)
├── components/ # Reusable UI components
├── lib/ # Utility libraries and helpers
└── public/ # Static assets (images, fonts)
🤝 Contributing
Contributions are welcome! Please open issues or pull requests to suggest new features or improvements. Ensure any code changes include documentation or tests as needed.