Gif Searcher app utilizing the Giphy API, Javascript, Jquery, CSS, Bootstrap, & HTML. When the user searches a word, it is added to the button array. The user can click on the button to display the matching Gif's. Clicking on the Gif will animate it. Clicking a the Gif again will pause animation.
Github LinkA number adding game created with Javascript, Jquery, CSS, Bootstrap, & HTML. There are four fruit that are randomly assigned a value at the start of each round. The goal is to click on the fruit and add them up to the "Random Number" for that round. The value of the fruits is never displayed so the user has to keep track of their values. The Total must be exactly equal to the Random Number or the player loses.
Github LinkA train scheduling app built using Firebase as a backend database source, HTML, CSS, Javascript, Bootstrap, Moment.js, and Jquery. This app allows a user to create a train schedule. The user enters the train data and the Javascript algorithms will output calculated train data. The train app utilized persistence with a Firebase Database that allows the user to close and refresh the page without losing data.
Github LinkFocus is a To-Do app to help users keep track of their tasks. Simply fill in the form to submit a task to your to-do list. Firebase is used as a backend database to store the submitted tasks for persistence. Quotes.rest API is used to display random, inspirational quotes. HTML, CSS, Bootstrap, Javascript, Jquery, and AJAX were used to develop this app. You can find ideas for implementation of additional features in the ReadMe on Github.
Github LinkBricks is a classic game where the the user controls a paddle to bounce the ball off bricks to eliminate them. The player loses a life when they miss the ball with the paddle. The player has 3 lives. The game is over once all lives have been used. This was built following MDN Game Development docs. HTML, CSS, Javascript, and Jquery were used to build this game.
Github LinkBamazon is a backend storefront app. Utilizing MySQL, the app performs a transaction process for a customer. The store inventory is displayed and the customer is prompted to enter an item ID and quantity. Inventory is updated as purchases are made. Customers can only enter valid item ID's and quantities. This was built using NPM Inquirer package, NPM MySQL package, Node.js, and Javascript.
Github LinkThis React.js memory game displays a selection of images. When the user clicks on an image, the order of the images changes. If the user clicks on the same image twice the game will restart. This game was built with React.js, Javascript, Bootstrap, HTML, and CSS. The game is deployed through Heroku.
Github LinkA simple weather app created with React, openweathermap API, and Bootstrap. Search weather in different cities. This app is deployed on Heroku.
Github Link