A minimalist productivity application built with React Native and Expo. This app helps users focus on their most important task of the day.
- Single Task Focus: Limits input to one main goal per day to reduce cognitive load.
- Persistent Storage: Uses
AsyncStorageto save tasks locally, ensuring data remains safe even if the app is closed or the phone is restarted. - History Tracking: Automatically archives completed tasks into a "Past Victories" list.
- Cross-Platform: Runs seamlessly on both iOS and Android.
- Framework: React Native (via Expo)
- Language: JavaScript / TypeScript
- Storage: Async Storage
- Build Tool: EAS (Expo Application Services)
-
Clone the repository
git clone [https://github.com/siah2209/daily-focus.git](https://github.com/siah2209/daily-focus.git) cd daily-focus -
Install Dependencies
npm install
-
Start the App
npx expo start
-
Run on Device
- Scan the QR code with the Expo Go app (Android) or Camera (iOS).