Skip to content

chornonoh-vova/pomodorro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pomodorro

Simple, lightweight and customizable Pomodoro timer built with React Native

Features

  • Customize duration of focus time, short and long breaks
  • Auto starting of the next focus/break
  • Customizable number of cycles
  • Portrait and landscape friendly
  • Background service that keeps running even when activity is closed
  • Ongoing notification with countdown
  • Transition notifications that are automatically dismissed when auto start is enabled
  • Statistics tracking

Screenshots

Main screen Stat screen Pref screen About screen
main screen statistics screen settings screen about screen

Requirements

Development

Initializing project:

npm install

Starting metro server:

npm start

Starting application on device or emulator (Android):

npm run android