Node.js and Expo CLI are required for running.
Clone or download the repo.
Run in CMD, Powershell or Bash:
expo install
Wait for the download to finish and the run:
expo start
The goal of this project was to get one foot into the Reac-Native and Expo world. In order to test out the available tooling.
The core idea is based off the Pomodoro Technique developed by Francesco Cirillo. It aims to implement the core technique.
- Decide on the task to be done.
- Set the pomodoro timer (traditionally to 25 minutes).
- Work on the task.
- End work when the timer rings and put a checkmark on a piece of paper.
- If you have fewer than four checkmarks, take a short break (3–5 minutes), then go to step 2.
- After four pomodoros, take a longer break (15–30 minutes), reset your checkmark count to zero, then go to step 1.
The application is split into three seperate screens. Home, statistics and settings. Statistics and settings page have an implementation of the Google Ads integration.
Home | Statistics | Settings |
---|---|---|