Skip to content

mcornale/pomodoro-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Pomodoro app solution

This is a solution to the Pomodoro app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

The challenge

Users should be able to:

  • Set a pomodoro timer and short & long break timers
  • Customize how long each timer runs for
  • See a circular progress bar that updates every minute and represents how far through their timer they are
  • Customize the appearance of the app with the ability to set preferences for colors and fonts

Screenshot

Built with

  • Semantic HTML5 markup
  • CSS (CSS Modules)
  • TypeScript
  • React (useState, useEffect, useCallback, Portals, ForwardRef ecc...)
  • Redux (Redux Toolkit)
  • Framer Motion