Thank you for attending UCSC Blueprint's React workshop. This repo is a collection of the code covered in the workshop.
This folder contains all the code snippets from the slideshow. To run specific snippets import the respective component into App.jsx and see the outcome. To see the code from the slides navigate to my-app/src.
This folder contains a mini cookie clicker. It applies the fundamentals learned in this workshop to create a mini cookie clicker.
- Change your directory to the respective folder
- Run
npm installfollowed bynpm run devAs the folders in this repo use Vite usingnpm run devwill allow for live updates compared to the usual method used to start running React apps,npm start.