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.
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.
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.
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.
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.
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 :)
An app to find the compatibility to find friends or perhaps to find your significant other ;)
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
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.