This is an Expo Pomodoro timer application project created with create-expo-app
. For now, only released for Android, but that's subject to change.
- Full Pomodoro cycle for focused studying with breaks. It consists of 25 minute active sessions followed by 5 minute breaks. When we hit the fourth cycle, the break will last 15 minutes for optimal recovery.
- Themes for customizing your Pomodoro experience. For now, there are only 5 themes, but feel free to add/request more! The 'system' theme reacts to the user system setting regarding Dark Mode.
-
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.