Portfolio

...
Ask Winston

Ask Winston is a music recommendation search engine created by Marc Arguijo, Ramon Garza III, and Inez Escandón. This application allows the user to search by artist or song to get similar artists or songs respectively. Top songs, artists, and albums are also available for those who would just like popular music recommendation of the month.

...
Weather Dashboard

Weather Dashboard is an application that displays current weather information as well as a 5 day forecast. User utilizes the search bar to search for the city of their choice. Previously searched cities get saved as buttons under search bar. Current weather provides you with temperature, humidity, wind speed, UV Index, and an icon representing the weather.

...
Code Quiz

Code Quiz is an application that tests your knowledge of coding. The user is being timed throughout the quiz and is provided with immediate feedback on whether their answer was correct/incorrect and which answer was the correct choice if their answer was incorrect. The user is allowed to save their highscore into local storage allowing them to view it at anytime.

...
Day Planner

Day Planner is an application that allows the user to plan their day by scheduling and saving activities on their digital daily planner. Hour blocks color change depending on whether the time is in the past, current, or in the future. Information has been saved into local storage allowing for the user to close application without fear of losing information.

...
Note Taker

This application is designed to function as a note taker. The user can create notes, save notes, view notes, and even delete notes with ease. These notes get pushed to the server allowing for these notes to be stored and not lost. Notes get written to a db.json file. HTML and CSS are simple and minimalistic to make the application aesthetically appealing and user friendly.

...
Eat Da Burger

This application is a full-stack application designed as a burger logger that utilizes MySQL, Express, Handlebars and a homemade ORM. The user can view burgers, create burgers, and eat burgers all of which are rendered immediately based on the up-to-date database. MVC design pattern was followed, Node and MySQL were used to query and route data in the app, while Handlebars was used to generate the HTML.