Archive
Screenshots from mini-projects I built when I first started learning web dev. No live demos or source code - just a look back at where it all began.
React Projects
Tenzies Game
This little game uses the useState hook to hold onto the dice numbers then the useEffect hook to run the animation upon winning.
Meme Generator
This project helped me to learn about Event Listeners, State, Conditional rendering, and Side effects in react.
E-commerce with Checkout
This was a larger Capstone project for The Scrimba Front-end Career Path.
Speed Typing
This is a game you can cheese by using small words ๐
JavaScript Projects
Game of War
This was my first introduction to Asynchronous JavaScript - a simple game that uses the Deck of Cards API.
Dice Game
One of the first projects I did through Scrimba using basic JavaScript.
RPG
This Mini RPG game uses JavaScript classes which was interesting because I'm used to much more functional code.
API Dashboard
Fun project that calls APIs then displays the data. Best part is that it can be used as a browser extension. ๐