Portfolio Gallery


Project #1 - Personal

github logo digiBooks

My first big JavaScript work that calculates user input values (income and expenses), and give a visual summery of their balance. This project taught me almost everything I know about JS.

Project #2 - GW Coding Bootcamp

github logo Crystal Collector

A game where user has to match the randomly generated Goal score, by clicking one or all of the crystals; which are also randomly generated each round. Using jQuery, learned how to manipulate the DOM.

Project #3 - GW Coding Bootcamp

github logo Psychic-Game

A fun game where the user has to match randomly generated key. Uses jQuery to capture user's keystroke and matches it against the randomly generated.

Project #4 - Personal

github logo SpaceX Launches and Rocket Info

Using GraphQL/Apollo, gathered SpaceX API data and displays using React. For now, it only displays past and future launches, and within Launch Detail, the Rocket data is also displayed.

Project #5 - GW Coding Bootcamp

github logo Trivia Game!

Using a trivia API to generate random questions and test user's knowledge. First app to use AJAX.
Project #6 - GW Coding Bootcamp

github logo Gif McGiphFace

Using AJAX, this app is retrieving gifs from GIPHY api. Search a keyword on top, which adds it to a toolbar on the page. Click on the image to play the gif, or pause.

Project #7 - GW Coding Bootcamp

github logo Bamazon Market

First project with Node.js, Bamazon Market is a CLI app to purchase items, as well as to manage products as a store manager. It connects to a database via MySQL and it makes sure the customer always get the product, on time :)

Project #8 - GW Coding Bootcamp

github logo Friend Finder

An app to find the compatibility to find friends or perhaps to find your significant other ;)

Project #9 - GW Coding Bootcamp

github logo Eat-Da-Burger!

Made with Node.js, Express Web Server, Handlebars view engine, Bootstrap for Web Framework, MySQL along with ORMs and a touch of jQuery. Add your burger and and CRUSH IT!
Bon Appétit

Project #10 - GW Coding Bootcamp

github logo GreenEnergyFTW

Uses express to create a server inside node.js environment, written in JS. By utilizing MVC (Model, View, Controller) architecture, it's a versatile app that separates it's functionality so spaghetti code won't happen. The app then scrapes specified URL using cheerio.js, saves the data into mongoDB database, and finally shows into the DOM via express-handlebars, which is a view engine.