Portfolio

coming soon
gitWorkd

Technologies HTML, CSS, JS
Tech Express, Handlebars, mySQL

Gitworkd is a platform for hosting and exploring open source projects. It is easy to get lost in the vast world of GitHub, so we thought it would be beneficial to create a centralized ground for users to post projects and applications that are exclusively open to collaboration. Users are able to explore repositories posted by other users, save those repositories, and add their own repositories all within a simple and intuitive environment.

coming soon
restaurantApp

Languages HTML, CSS, JavaScript
Tech Express, Handlebars, mySQL

Burger logger with MySQL, Node, Express, Handlebars, and ORM following MVC design pattern; Node and MYSQL to query and route data; Handlebars to generate HTML. This app was purely to test my experience with Handlebars, ORM, and MVC.

coming soon
employeeTracker

Languages HTML, CSS, JavaScript
Tech Express

Allows the user to view and manage departmental and employeeTracker data via the command line.

coming soon
Readme File Generator

Languages 100% JavaScript
Tech Inquirer, Util, fs

Uses the command line to generate a readMe file using the inquirer, util, and fs node dpendencies. The user is prompted via the command line to input read me information. The user is able to input bullets , demo images, and links dynamically. The Table of Contents navigates the document and titles and headers are appended logically. A demo video as can be found by clicking the image.

coming soon
Food&Fun

Languages HTML, CSS, JavaScript
Tech Open Weather API, Yelp API, TicketMaster API, Bulma, jQuery, Font Awesome, Google Fonts

food&fun uses multiple APIs to create an event planning app based on input zip code and date. Weather for the week is rendered as well as local food and event information based on the date provided. This was my first group project.

coming soon
Weather App

Languages HTML, CSS, JavaScript
Tech Open Weather API, jQuery, Bootstrap, Font Awesome, Google Fonts

Uses Open Weather API and Moments.JS to render weather data based off the user's input city. Current as well as future weather data is presented with conditions. The user's last search is saved to their local storage and previous searches are appended to the document as clickable buttons.

coming soon
Code Quiz

Languages HTML, CSS, JavaScript
Tech Bootstrap, Font Awesome, Google Fonts

Code Quiz is dynamic web app that tests the users knowledge on the front-end programming skills, with the potential to be easily expanded or modified for other quizzes. The challenge of this project was to complete it without jQuery.

coming soon
Day Planner

Languages HTML, CSS, JavaScript
Tech jQuery, Bootstrap, Font Awesome, Google Fonts

A same-day planner that allows you to locally store input hourly tasks. Users can save their data via save buttons, current date and times are dynamically displayed as well as color coded depending on whether or not the hour has passed.

coming soon
Password Generator

Languages HTML, CSS, JavaScript
Tech jQuery, Font Awesome, Bootstrap, Google Fonts

The user is prompted via JavaScript alerts the desired length and character type of their randomized password. Input is validated on input and rendered to the DOM.