TaskE is a modern, cross-platform mobile application built to serve as a personal AI assistant. It helps users manage tasks, answer questions, and boost productivity using an intuitive chat-based interface.
- Conversational AI: Seamlessly chat with an intelligent assistant to get answers and organize your day.
- Cross-Platform: Runs natively on both iOS and Android from a single codebase.
- Modern UI/UX: Clean, responsive design built with modern React Native components.
- Type-Safe: Entirely written in strict TypeScript for robust, bug-free code.
- Framework: React Native / Expo
- Language: TypeScript
- State Management / Hooks: Custom React Hooks
- AI Integration: Custom Local TensorFlow Neural Network
To run this project on your own machine:
- Clone the repository:
git clone https://github.com/Ikramik/TaskE.git - Install dependencies:
npm install - Start the Expo server:
npx expo start - Run on your device: Scan the QR code with the Expo Go app (Android/iOS).