Timely is a beautiful, ocean-themed focus timer and task management app built with Expo. Dive deep into focus zones, collect pixel-art fish for your aquarium, and manage your schedule with a stunning, curved UI.
This is an Expo project created with create-expo-app.
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.
- 🌊 Ocean-Themed Focus Timer: A unique "diving" experience that changes the environment based on your focus depth.
- 🐠 Aquarium Collection: Earn rare pixel-art fish by completing focus sessions.
- 📅 Dynamic Calendar: Manage your daily and weekly tasks with a sleek, curved interface.
- 📊 Productivity Tracking: Track your weekly goals and focus streaks.
- 🌓 Automatic Dark Mode: Seamlessly switches between light and dark themes.
- Install dependencies:
npm install - Start the development server:
npx expo start
This project is configured for EAS (Expo Application Services). To build for production:
# Build for Android
eas build --platform android --profile production
# Build for iOS
eas build --platform ios --profile productionBuilt with ❤️ by iSwiin