This is a nice app to get in practice the pomodoro technique which is a lot of useful for increase your productivity by creating small cycles of work and breaks. You can get more info here: The pomodoro technique
The app is deployed in Expo, so make sure you have installed the expo client app you can do it here
Then you just have to open the next link on your browser and user the expo client app to scan the QR code to run the app in your phone. => pomodoro
If you're using an Iphone, the same as android for you, make sure you have installed the expo client app, you can do it here
Then you just have to open the app and go to explore tab, there just search for Pomodoro and click on the app to open it.
Running the app locally is pretty simple, just follow up these commands
git clone git@github.com:Rafaell416/pomodoro-rn-app.git
cd pomodoro-rn-app
yarn install
yarn start
This app was made with the next Stack of Technologies