This is a recipe website i built. It has 6 different Models with various HasMany, belongsTo, Pivot relationships. I learned alot on this one. It has a search box that searchs recipe titles or ingredients. I used seeding and factories.
Here is another shopping cart built with different technologies. This app has many models and relationships, uses caching and debouncing, and events. This applicaiton taught me alot of *higher* level (to me) things that developers use.
This is a real time chat application I built. I learned a lot about websockets in this one. I used Materalized.io for a css framework.
This is yet again another React.js Project. I am using the IMBD api in this one. I had to use this API with an object i made to determine whether the actor/actress is male or femal and display different choices based on that data point.
This is another React project. This project i learned how to fetch data and display/massage data. Its a pretty cool site if you are trying to 100% find everything in ACNH.
This was my first React project. I created a huge object with all the pokemon names, evolutions, attack, the damage, and description of attact. Whenever you click on a pokemon the border changes to the pokemons type color.
This is a shopping cart I made. I hosted this on herkou and couldn't figure out how to get the images to save. The payment service I use here is stripe. This app uses Auth that i wrote, you need to be signed it to make a purchase.