Welcome back! This week, we're going to be looking at creating and using custom hooks in React. We will fix a few bugs, add some features, and exploring creating our own hooks.
- first, clone this repo
- then, run
npm i
- then, run
npm run dev
we'll be able to see the page at localhost:5173.