E-commerce Store – The Most Performant Site I’ve Ever Built

This is an e-commerce store built with the FakeStore API using React, React Query, TailWind CSS, Vite and Netlify for CI/CD. Challenge 1 Every time a user added an item to their cart, it triggered re-renders all the way up the component tree, including components that didn’t need to update. This led to performance issues […]

Calorie Intake Estimator

This is a project I built for a couple of reasons. Number 1 being just more practice with React with a focus on state management, data flow, and a controlled form component where the input value data is managed by state instead of the browser. Also this is something that I would use and have […]