PedroBern / react-native-pomodoro-timer

React Native Pomodoro Timer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native - Pomodoro Timer

Simple Pomodoro Timer with React Native and Expo.

Requirements

  • You may not import libraries other than the below:
    • expo
    • react
    • react-native
    • prop-types Timer should display minutes and seconds in text
  • Timer should count down seconds until it reaches 00:00
  • Phone should buzz when timer reaches 0
  • Timers should switch between 25 and 5 minutes
  • Timer should be able to start, stop, and reset

The aesthetics of the app is up to you!

Challenge (Not Required)

  • Allow the user to input any arbitrary time for the timers (e.g. 5 mins of work time and 5 mins of break)

About

React Native Pomodoro Timer


Languages

Language:JavaScript 100.0%