https://github.com/kafkaesc/basic-hooks
Basic custom hook examples in React 🪝
https://github.com/kafkaesc/basic-hooks
custom-hooks react react-hooks react-router tailwindcss
Last synced: 2 months ago
JSON representation
Basic custom hook examples in React 🪝
- Host: GitHub
- URL: https://github.com/kafkaesc/basic-hooks
- Owner: kafkaesc
- Created: 2023-06-04T16:54:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T20:20:49.000Z (about 3 years ago)
- Last Synced: 2025-05-15T23:13:40.591Z (about 1 year ago)
- Topics: custom-hooks, react, react-hooks, react-router, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 303 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Hooks
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](https://github.com/kafkaesc/Basic-Hooks)
## To Run
1. Navigate to the project in your terminal
2. If the repo has just been cloned, `npm install`
3. Run `npm start`