Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 413 Bytes

File metadata and controls

8 lines (7 loc) · 413 Bytes

Countdown Timer

Countdown Timer is a simple ReactJS based app that allows us to know how much time does it take reach a date of significant. User provides a date and the app will countdown the time to reach that date. The app is very simple and uses basic React.js concepts like:

  • React components
  • State
  • Update State
  • Props
  • React lifecycle methods