Using JavaScript, HTML, and CSS I built a responsive web
application called Spacatagram for Shopify's front end web
developer challenge. The web app uses an async function to
fetch the data from NASA's pictuer fo the day API, from there
it then displays information for that specific day. The neat
part is that if the date is changed in the API path, a
compeltely differents set of data is displayed.
Online API Catalogue
This fake online catalogue mainly uses JavaScript to fetch
data from a fake online store API. The data returned is an
array of objects and so I used the map function to iterate
over each object to display the data for every article. Along
with each iteration I had JavaScript create new cards for the
data to be displayed within using the innerHTML function. That
way I would not have to create individual cards in HTML but
rather the function would do it for me no matter the amount of
objects in the array.
To-Do Web Application
This was my first dive into JavaScript. I used Javascript,
HTML, and CSS to build a web app that allows users to keep
track of tasks using event handlers and JavaScript functions.
The web app is astehtically pleasing, responsive, and allows
the users to add or remove items as as well as cross out
tasks.
Personal Portfolio Website
Learning and building from scratch I put together my own
website using HTML, CSS, and JavaScript.
Movie Search API
Using Python I created a program that using API connects to a
server offered by themoviedb. This program allows users to
input movie titles and will then sort and display all relevant
information about the inputted movie.
Glo-Bus Online Strategy Simulation
Glo-bus is a global online simulation that puts students in
the seats of high ranking executives running their own
company. The challenge is simply to make your company the best
based on metrics such as net revenue, earnings per share, ROE,
stock price, and more. Me and my team were able to work
together to achieve a class high rank of 16th/2775 globally!
We were also able to consistently rank 1st/8 teams within the
class for 10 weeks running.