Apps and Tiny Tools
By Jeanine | 2018-04-13
In 2016, I set myself on a mission to better understand modern frameworks and JavaScript. It's been a rewarding journey—completing the freeCodeCamp Front-End certification, working through a round and a half of #100DaysOfCode and participating in a 12-week bootcamp through Montana Code School. Here are some of the web applications I've created along the way.
Link to this headingGame of Life
The "Game of Life" is a small game based on a formula that determines whether a square is "alive" or "dead" based on its number of neighbors.
Link to this headingRecipe Collector
A collection of delicous recipes--browse or add your own. The first five recipes are protected so they can't be deleted or modified.
Link to this headingEscape from Toy Factory
A lot of fun putting together this JavaScript challenge--and it still has a little way to go! Supercharge your player by collecting a paintbrush to help you defeat tiny animated Panda sprites.
Link to this headingPatatap
Using your keyboard (or random touches for mobile support), the Patatap game will play a cacophony of sounds.
Link to this headingJavaScript 30 with Wes Bos
An ever-growing collection of code challenges from Wes Bos's JavaScript 30.
Link to this headingLittle Apps
These small applications range from fun games to small applications utilizing APIs across the web. Tools include SVG, D3, React and plain ol’ JavaScript.
Link to this headingTiny Tools
Once in awhile, I make tiny tools to make my life easier. Here are a couple.
Want to see more? Follow me on GitHub — @virtual