Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 728 Bytes

File metadata and controls

21 lines (12 loc) · 728 Bytes

React Hooks Countdown Timer

This repository demonstrates how to use the useEffect hook as well as creating your own hook React.js to implement a countdown timer.

Breakdown

This repository contains 2 branches. Each branch contains the following.

  • Startup: Contains the code before implementing the countdown timer logic
  • Main: Contains the finished product, which includes a working countdown timer.

Development server

This project can be ran locally. Upon forking this repository, you just need to run the following commands

  • npm install
  • npm start

Watch on YouTube

A YouTube video on how this control works will be uploaded shortly. I will place the link here once this is complete.