React.js Abacus
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
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
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
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 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 game built with javascript, with random generation.
Pixel Art Maker
Pixel art drawing application written in javascript.
Hangman Game
Hangman game built with javascript.
Caluclator
Simple calculator built with javascript OOP.
Flashcards
Simple flashcards game written in javascript.