A collection of small components that I've built to practice more advanced React techniques and concepts.
Clone the repo
git clone git@github.com:katehedgpeth/react_practice.gitAccess the project directory.
cd react_practiceInstall dependencies.
npm installServe with hot reload at http://localhost:5173.
npm run dev