My Recent Projects

Screenshot of Sunflower static landing page

"🌻 Sunflowers" App

This static landing page was created during SheCodes Basics, a 20 hour course introducing core concepts in HTML, CSS, and JavaScript. After multiple mini challenges and three homework assignments, my final project required a landing page made from scratch about something I'm passionate about. This page needed to include the following:

  • HTML: h1, h2, p, div, span, strong, em, br, hr, a, img, button
  • CSS: margin, padding, font-size, font-weight, color, background (with linear-gradient), line-height, box-shadow, border, transition
  • JavaScript: let, if, else, alert, prompt, event

Check out the full page below. (No data is stored)



☀️ Weather App

Throughout the 40 hour SheCodes Plus course I built a weather application incrementally with weekly iterations utilizing compounding skills learned through challenges and homework assignments.

The final project required a fully functioning weather application using API integration from OpenWeatherMap. The parameters listed below on the right were required for successful course completion, those on the left are additions I included to improve user experience.

  • Search engine
  • API integration
  • Wind speed
  • Weather description
  • Weather icons
  • Five day forecast
  • Current location button
  • Unit conversion
  • Humidity condition
  • "Feels Like"
Screenshot of Weather application