Built by Jared Hettinger
This project is an example of some basic custom hooks in React. The main page will use two components that demonstrate the useCountdown hook and the useCountDownUp hook.
The full code for this project is available at https://github.com/kafkaesc/Basic-Hooks
- Navigate to the project in your terminal
- If the repo has just been cloned,
npm install - Run
npm start