A mobile app to track your focus sessions using the Pomodoro Technique.
Pomodoro Tracker helps you manage your work intervals using the Pomodoro Technique - a time management method that uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks.
- React Native
- Expo
- TypeScript
- Node.js
- npm or yarn
- Expo CLI
- Clone the repository
git clone https://github.com/devfercastro/focustime.git- Install dependencies
npm install
# or
yarn install- Start the development server
npx expo start- 25-minute timer
- Start and reset controls
- Visual progress indicator
This project is built with Expo and React Native. To contribute or modify:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'feat: Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request