Skip to content

Pomodoro App for Android/iOS in React Native (Expo)

License

Notifications You must be signed in to change notification settings

lewando54/pomodoro

Repository files navigation

Pomodoro App

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.

Features

  • 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.

Get started

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.