Projects

Weather Dashboard

Summary: This assignment was a responsive weather dashboard. The dashboard includes the current weather information for any city that is searched while aslo including it's five day weather forcast. The information provided includes humidity percentage, temperature, UV index, and more. All of this up to date information was included through multiple API calls from the source OpenWeatherMap.


Role: Solo author


Tools: APIs, JavaScript, HTML5, CSS3, Bootstrap, AJAX


Link to GitHub repository: github.com/jonelleadona/current-weather-reports.github.io

Link to deployed site: jonelleadona.github.io/current-weather-reports.github.io/


Simple Workday Calendar

Summary: This useful calendar offers the ability to save input events while also indicating if the time of the event is either a past, future, or present event based on color. Future events are color-coded as green , while past events are the color grey. Current, present time events are coded as the color red.The calender presents a time frame list from 9AM - 5Pm, which is common business hours times.


Role: Solo author


Tools: JavaScript, HTML5, CSS, Bootstrap, moment.js, jQuery


Link to GitHub repository: github.com/jonelleadona/simple-workday-calendar.github.io

Link to deployed site: jonelleadona.github.io/simple-workday-calendar.github.io/


Employee Directory

Summary: This employee directory allows the user to search employees based on given name. Users are given a full list of employees in a table format with information that include the name, image, phone number, email, and date of birth. This application was created using React. The creation of this application required breaking down the UI into many components, states, and events.


Role: Solo author


Tools: React, APIs, JavaScript, HTML5, NPM Packages, JSX


Link to GitHub repository: github.com/jonelleadona/react-employee-tracker-github.io

Link to deployed site: jonelleadona.github.io/react-employee-tracker-github.io/


More projects can be found on GitHub