Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 542 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 542 Bytes

Timer made with React

This project was bootstrapped with Create React App.

Project includes

Timer with useEffect:

  • Counting seconds:
    • on website
    • in <title/>
    • while using other tab
  • Play button
  • Pause button
  • Stop button

CSS

  • Timer border animation
  • Responsive website
  • Position learning (relative, absolute etc.)

NOTE This project is still IN PROGRESS