projects.

take a look at the work I've done.

Weather app preview

Weather Application

This weather application fetches real-time weather information from over 200,000 cities using OpenWeatherMap APIs. It features a from that accepts a city from the user, and returns updated weather and a 5-day forecast. It is built using HTML, CSS, JavaScript, Bootstrap and APIs. The open-souce code can be found on GitHub and the application is hosted on Netlify.

Portfolio

Portfolio Webpage

Yes, this very webpage you are viewing was created by myself. It features a responsive nature, and looks great on mobile devices in addition to laptops/desktops. It is built using HTML, CSS JavaScript and Bootstrap. This webpage is hosted by Netlify and the open-source code can be found on GitHub.

React Weather App preview

React Weather Application

This weather application is a lot like the previous project, but was built with React. It also fetches real-time weather information from over 200,000 cities using OpenWeatherMap APIs and displays a 5-day forecast, but the code is efficiently organized with React components. This application also makes use of external React components, which give the added feature of animated weather icons. This webpage is hosted by Netlify and the open-source code can be found on GitHub.

React Dictionary App preview

React Dictionary Application

This dictionary application is built with React and makes calls to two different APIs to return definitions, phonetics, synonyms and images of the searched word. The code is efficiently organized into components that feed information to each other, and is filled with React loops, conditonal rendering, and more. This webpage is hosted by Netlify and the open-source code can be found on GitHub.