Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 397 Bytes

File metadata and controls

10 lines (9 loc) · 397 Bytes

React Countdown Timer

This is a simple app that allows you to enter a date in MM/DD/YYY format or as MONTH DD, YYYY. Simply enter a future date within the app's input field and click submit to see the countdown in action!

See this app in action by following the steps below.

git clone https://github.com/jleee/react-countdown-timer.git
cd react-countdown-timer
npm install
npm start