Here's a selection of my work. I've built this projects during my SheCodes workshop.
All projects are deployed on github.com and hosted on netlify.com.
My first ever Weather App built with HTML5, CSS3 and Javascript(ES6)
▣ Used OpenWeather API which allow the user to access current weather data for any location on Earth including over 200,000 cities. The data is frequently updated
based on global and local weather models, satellites, radars and vast network of weather stations.
▣ Axios - a promise-based HTTP client that sports an easy-to-use API and can be used in both the browser and Node. js. Making HTTP
requests to fetch or save data is one of the most common tasks a client-side JavaScript application will need to do.
▣ Geolocation API - allows the user to provide their location to web applications if they so desire. For privacy reasons, the user is asked
for permission to report location information.
▣ Bootstrap, as CSS Framework. User can search weather location by city.
My second Weather App which I built with HTML5, CSS3, Javascript(ES6) with React. This project
contain multiple components and Reacts External Components like NPM(Node Package
Manager).
Used animated weather icon and the same features of my Vanilla JS project which uses:
▣ OpenWeather API
▣ Axios
▣ Geolocation API
▣ Bootstrap, as CSS Framework. User can search weather location by city.
This is my Portfolio Website. Built with HTML5, CSS3 and advanced Bootstrap.
In this project I gained further knowledge how to utilize Bootstrap and CSS properties. SEO(Search Ingine Optimization) friendly is also a massive quality of this website.