kajj8808 / framer-motion

framer-motion ( 2024 )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pomodoro

Requirements:

  • The app should have a timer that counts down from 25 minutes.
  • The timer should display the current time in MM:SS format (i.e. 25:00, 24:59, 24:58, etc).
  • The timer should have a play and pause button.
  • Use Motion to animate the play and pause button.
  • Use Motion to animate the numbers.
  • Use Recoil to manage the timer state.
  • The app should keep track of how many times the user has completed a round.
  • Four rounds should equal one goal.
  • When the timer reaches 00:00, reset the time, and increase the number of rounds completed by 1.
  • When the user completes 4 rounds, increase the number of goals counter and reset the rounds counter.

About

framer-motion ( 2024 )


Languages

Language:TypeScript 83.1%Language:HTML 16.9%