cancel
My Projects

When you click on the picture of a project below it will pull up a brief description of the project as well as the technologies used in the making of the project. Clicking on the yellow link (ex. "ORDER SOME FOOD!") below the title will pull up the application in your browser if it is a web application, and for applications not run in the browser it will link to the GitHub Repository where the project is located and where an extensive README can be found.

Recipe Sharingmenu
Recipe Sharingcancel

Flavorful is a recipe sharing site that allows user to share and view recipes that are stored in a mySQL database. The application consists of a landing page, a page for viewing all the recipes currently in the database, a page for viewing the instructions for a specific recipe, and a page for adding recipes to the database. https://murmuring-retreat-78110.herokuapp.com/


Technologies Used:
  • Javascript
  • Node.js
  • MySQL
  • Node Express Package
  • Sequelize
  • Travis CI
  • CSS
  • Materialize Framwork
  • ESLint
Platformermenu
Platformercancel

Platformer is a game designed to showcase and practice my javascript knowledge and to show off css keyframe animations. (Game is a work in progress)


Technologies Used:
  • Javascript
  • Keyframe Animations
  • HTML
  • CSS
Inventory Managermenu
Inventory Managercancel

The inventory Management system is split into three parts run in a CLI to simulate customer purchases, management inventory control, and a supervisor interface that allows the creation of departments. A step-by-step tutorial is avaiable in both text and video formats in the README of the repository here: https://github.com/ericksont11/bamazon


Technologies Used:
  • Javascript
  • Node.js
  • MySQL
  • Node Enquirer Package
Online Orderingmenu
Online Orderingcancel

A simulation of a web application used for ordering food items online. Deployed at: https://tranquil-sands-68529.herokuapp.com/


Technologies Used:
  • HTML
  • CSS
  • CSS Framework: Bootstrap
  • Javascript
  • Express
  • Node.js
  • MySQL
  • Custom ORM
  • MVC Framwork
  • RESTful CRUD Operations
Friend Findermenu
Friend Findercancel

An online dating application that matches users based on their answers to ten questions. Deployed at: https://ancient-woodland-34050.herokuapp.com/


Technologies Used:
  • HTML
  • CSS
  • CSS Framework: Bootstrap
  • Javascript
  • Express
  • Node.js
  • MySQL
  • MVC Framwork
Space Soundsmenu
Space Soundscancel

Space Sounds is an application geared towards elementary-age students to increase their interest in space by giving them a game that lets them guess what space phenomena make certain sounds. Our belief is that the more senses students are able to engage the more "concrete" these phenomena become, which in turn generates interest.


Technologies Used:
  • Html
  • CSS
  • Javascript
  • 3rd Party API
  • CSS Framework: Bulma
  • CSS Animations
Guessing Gamemenu
Guessing Gamecancel

A basic hangman style game where a user types letters in an attempt to guess the name of a classic board game


Technologies Used:
  • Html
  • CSS
  • Javascript
  • JQuery
Star-Wars RPGmenu
Star-Wars RPGcancel

A Star Wars RPG game where a user selects a character and attempts to defeat all the other characters before their health decreases to zero. There is only one way for each character to win (but they all can) so choose your foes wisely!


Technologies Used:
  • Html
  • CSS
  • Javascript
  • JQuery
Space Quizmenu
Space Quizcancel

This application is a quiz about general space and space exploration related trivia.


Technologies Used:
  • HTML
  • CSS
  • Javascript
  • Javascript Timers
  • JQuery
Gif Generatormenu
Gif Generatorcancel

This application generates gifs related to the input a user types by using the GIPHY API. And it starts with buttons that will generate gifs related to some classic video games.


Technologies Used:
  • HTML
  • CSS
  • Javascript
  • Third Party APIs
  • JQuery
Music and Moviesmenu
Music and Moviescancel

This application uses the Node Axios Package to search the OMDB, Spotify, and, BandsInTown APIs to show the users movie information, song information, and concert dates respectively. A step-by-step tutorial is avaiable in both a text and video format in the README of the repository here: https://github.com/ericksont11/LIRI


Technologies Used:
  • Javascript
  • Node.jS
  • Node Axios Package