Advanced Time and Task Management System Fully Powered by Artificial Intelligence
Features • Technologies • Installation • Usage • Screenshots • Contact
TimeMind AI is a comprehensive time and task management system that uses artificial intelligence to automatically analyze and organize your tasks. The system provides intelligent SWOT analysis, automatic scheduling, and detailed reports to boost your productivity.
- React 18.2.0 - JavaScript library for building user interfaces
- Vite 5.0.8 - Fast and modern build tool
- React Router DOM 6.20.0 - Navigation between pages
- Axios 1.6.2 - HTTP client for API communication
- Tailwind CSS 3.3.6 - CSS framework for styling
- Recharts 2.10.3 - Charting library
- React Calendar 4.7.0 - Calendar components
- Date-fns 3.0.0 - Date manipulation library
- Laravel 11.x - Powerful PHP framework
- PHP 8.2+ - Programming language
- SQLite - Lightweight database
- Laravel Sanctum - Authentication system
- Groq AI API - Advanced artificial intelligence
- Groq API - High-performance AI platform
- Advanced Language Models - For Arabic text analysis
- Natural Language Processing - For understanding and extracting tasks
- Node.js 18+ and npm
- PHP 8.2+
- Composer
- Git
git clone https://github.com/labeebnaji/Timemind_App-React-Laravel-AI-.git
cd frontendcd frontend
# Install packages
npm install
# Copy environment file
cp .env.example .env
# Start development server
npm run devServer will run on: http://localhost:5173
cd backend
# Install PHP packages
composer install
# Copy environment file
cp .env.example .env
# Generate application key
php artisan key:generate
# Run database migrations
php artisan migrate
# Start development server
php artisan serveAPI will run on: http://localhost:8000
Create a .env file in the frontend directory:
VITE_API_URL=http://localhost:8000/apiYou can customize colors in tailwind.config.js:
theme: {
extend: {
colors: {
primary: '#3B82F6',
secondary: '#10B981',
danger: '#EF4444',
warning: '#F59E0B',
}
}
}Labeeb Naji
- 📧 Email: labeebderhem@gmail.com
- 💼 GitHub: @labeebnaji
Made with ❤️ by Labeeb Naji
⭐ If you like this project, don't forget to give it a star!
