Front End static web page taking users on a virtual bicycle tour to Denver
Full Stack app to create, read, update & delete (CRUD) photo albums
Full Stack MERN app for users to upload and share their record collections
Front End app to make creative Halloween costumes
Front End e-commerce app to purchase bikes and bike gear
I built a custom hook in React to create a shopping cart. Learn more about creating context and a provider component
I make the home page of an e-commerce app look super slick with pagination. Like all shiny things, it takes a lot of work to make it look good.
Hold onto your inner tubes, creating a full CRUD shopping cart requires a React front end and a Ruby on Rails back end
Can you process a credit card? I can't. I mean, that's a lotta person data that I personally want nothing to do with. So, along came Stripe to handle credit card payments
Don't want to lose your session because you're browser died, or you checked out another site for a quick second? Here I show how to persist a user's session using JWT tokens and local storage