Skip to content

SaiKiru/eclipse

Repository files navigation

Eclipse - Pomodoro App

Licence

Eclipse is an adaptive Pomodoro app for people who do not work well with strict time limits. You work and rest at your own pace, with suggested rest times in between.

Focus Mode Rest Mode

More features and a better interface coming soon... or maybe later 😜.

Getting Started

This project uses the Expo SDK. Make sure you have the following installed:

  • yarn
  • Node.js
  • expo-cli
  • Expo Go (Android/iOS)

Development

Once you have those tools installed, you can do the following commands.

Installing app dependencies:

$ yarn

Running the app:

$ expo start

Building the app

You'll need an Expo Developer Account for this. You'll also need an Apple Developer Account for iOS builds. For a more complete guide, refer to Expo's documentation.

Default builds

This is not recommended and will soon be deprecated.

$ expo build:android  # for android
$ expo build:ios # for ios

EAS Builds

EAS builds are generally smaller in size.

$ eas build --profile preview --platform android # for android
$ eas build --profile preview --platform ios # for ios

Alternatively, you can also use --profile development for dev tools.

Bugs and Feature Request

Found a bug or problem that you want resolved? Please consider opening an issue here.

Want to request for a feature? You can open a request here

Download

You can find the latest release for Android here.