Take a look at what I've been working on!

cake project image

Cake Project

Built with HTML and CSS

weather project image

Weather App

Built with HTML, CSS and Vanilla Javascript. Using a weather API the user is able to search for any city and get the current temperature as well as the forecast for it. The background image changes from day to night after 20:00 and back to day after 9:00. I incorporated the icons provided by the API.

react-weather-app project image

React Weather App

Built with HTML, CSS, React and a weather API. The background colour for the app and for the forecast change depending on the weather in the city searched for, it is also dependant on whether it is night or day in the city searched for. In this app I incorporated an npm component for the animated icons.

dictionary project image

React Dictionary App

Built with HTML, CSS, React and two API's. The user is able to search for a word and the app will bring up several definitions, synonyms and phonetics (if they are available from the API). I have also added an audio player for the phonetic audio, to replace the link the API gave to make it more user friendly. A second API has been integrated so images of the word searched for are also rendered for the user to see.