An open API service indexing awesome lists of open source software.

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 🪝

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`