Loading WebGL Shader...

All Projects

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

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.

ReactJavaScriptCSSHTML
React

Meme Generator

This project helped me to learn about Event Listeners, State, Conditional rendering, and Side effects in react.

ReactJavaScriptCSSHTML
React

E-commerce with Checkout

This was a larger Capstone project for The Scrimba Front-end Career Path.

ReactJavaScriptCSSHTMLReactDOM
React

Speed Typing

This is a game you can cheese by using small words ๐Ÿš€

ReactJavaScriptCSSHTML
JavaScript

Game of War

This was my first introduction to Asynchronous JavaScript - a simple game that uses the Deck of Cards API.

JavaScriptCSSHTMLDeck of Cards API
JavaScript

Dice Game

One of the first projects I did through Scrimba using basic JavaScript.

JavaScriptCSSHTML
JavaScript

RPG

This Mini RPG game uses JavaScript classes which was interesting because I'm used to much more functional code.

JavaScriptCSSHTML
JavaScript

API Dashboard

Fun project that calls APIs then displays the data. Best part is that it can be used as a browser extension. ๐Ÿ˜Ž

JavaScriptCSSHTML