/react-pomodoro-timer

Practice with Hooks, creating a simple timer application and familiarizing myself with Emotion CSS

Primary LanguageJavaScript

React Pomodoro Timer

A simple Pomodoro Timer with dark mode for night owls! Comes with a new inspirational quote every time you visit :)

Created: May 4th 2020

Live Demo

👨‍🎓What I learned:

  • Practicing building applications with React Hooks, including useState and useEffect
  • Practicing fetching API's in useEffect Hook and displaying data on the DOM
  • Learned how to create a countdown using setInterval
  • Explored Emotion styled components and used Global Styles to create a dark mode theme