Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juampi92/expo-meditation-beep

A simple expo app for unguided meditation. Features are explained in the readme.
https://github.com/juampi92/expo-meditation-beep

Last synced: 9 days ago
JSON representation

A simple expo app for unguided meditation. Features are explained in the readme.

Awesome Lists containing this project

README

        

# Meditation Bell App

A simple expo application that plays a meditation bell sound every x minutes.


Screenshot

## Features

- Run a customizable timer to limit the meditation session.
- Play a meditation bell sound every x minutes as a reminder to stay focused.
- Plays three bells when the timer is up.
- Prevents the device from going to sleep while the timer is running.

## Installing and running

Please refer to the [Expo Go Documentation](https://docs.expo.dev/get-started/expo-go/) for installing and running the app locally.

Build APK:

```
eas build -p android --profile=preview
```