SPENSER HOLSTEIN


full stack web-developer

React.js Abacus


abacus screenshot

Simple abacus application built with React.js.

Demonstrates basic state and property management in a React Application, as well as the benefits or reusable components.

React.js Photogram


photogram screenshot

Basic photo-sharing front-end built in React.js.

A more complicated example of state and property management in a React Application.

React.js Shopping Cart


shoppingcart screenshot

Ecommerce shopping cart front-end built in React.js.

Uses findIndex to search through an array of item objects in application state.

React.js Stopwatch


abacus screenshot

Stopwatch application built with React.js.

Utilizes the power of the Virtual Dom provided by React.js to update only the necessary components in an application, allowing for super-fast rendering.

Pong [ by tutorial ]


pong screenshot

Pong game built with HTML CANVAS and javascript, by following an online tutorial. Canvas is an HTML element that allows for bit-mapping, which is very exciting.

Simon Game


simon screenshot

Simon game built with javascript, with random generation.

Pixel Art Maker


pixel art screenshot

Pixel art drawing application written in javascript.

Hangman Game


hangman screenshot

Hangman game built with javascript.

Caluclator


calculator screenshot

Simple calculator built with javascript OOP.

Flashcards


calculator screenshot

Simple flashcards game written in javascript.