Check out my projects!

You can find my past and current projects here.

Yarn Craft Landing Page

image of hobby webpage

This was my first web development project, when I was learning the very basics of HTML, CSS and JavaScript. This project was for the SheCodes Basic course, where I had to create a landing page for something I am passionate about. The first step was to create a wireframe, so I could configure and design the interface. Next, I used various HTML elements, styled through CSS stylesheets, to produce this eye-catching informational website, links and JavaScript interactions included.

Weather App

image of weather app website

As part of my SheCodes Plus course, I created this weather app that includes a lot of features that are currently in demand, such as API usage and interactions using Vanilla JavaScript. With Axios and AJAX, I learned how to make requests for weather information from the SheCodes Weather API, then update the information based on the city searched by the user. This project was my most challenging, but also my most rewarding. I learned how to label and target HTML elements with JavaScript in order to update them through user interactions.