**# 🚀 HabitAi
HabitAi is an application designed to boost productivity with the help of Artificial Intelligence (AI).
Project is currently under active development.
- Frontend: Flutter, React, Vue
- Backend: Symfony (PHP 8.3)
- Architecture: Clean Architecture, Domain-Driven Design (DDD), Atomic Design
- 📌 Task Management
-
🧭 Eisenhower Matrix for prioritization
-
⏳ Pomodoro Timer for focused work
-
🌍 Multilingual Support (5 languages)
-
⚡ Frontend improvements:
- Cache-Then-Network (CTN) system for optimized data fetching
- IndexedDB (IDB) integration for offline access and reduced server load
- Centralized caching and efficient state management
-
git clone https://github.com/LexaFrontDev/HabitAi.git
cd HabitAi
composer install
npm installmake up-docker-buildmake shphp bin/console doctrine:migrations:migrate -nphp bin/console app:resources:sync
exithttp://localhost:10001/make down🔧 Under active development. Stay tuned for updates and new releases!**