The Work I've Done.

weather-app
Technologies Used:
VS Code, HTML, CSS, JavaScript, Axios, Bootstrap, API, GitHub

Weather App

One of my favorite projects I've worked on to date was this weather web app that uses an API from OpenWeatherMap. Using JavaScript with Axios, whenever a city search is made, a request is made to the API server. If a match is found, the weather data is retrieved from the third-party server and injected into the site.

typing test app
Technologies Used:
VS Code, HTML, CSS, JavaScript, Github

Typing Test App

This typing speed and accuracy test web app allows for three different test time options with a countdown timer beginning after clicking start. Using a JavaScript event handler, the app tracks the user's keystrokes to calculate speed, accuracy, as well as interact with the user by highlighing typing errors in real time.

coffee-landing-page
Technologies Used:
VS Code, HTML, CSS, JavaScript, Github

Landing Page

One of the first projects I created was this simple landing page for a fictitious coffee recipe e-book. I implemented an 'order now' button that utilizes JavaScript prompting the user for their name and email address and ensures they are valid. The product isn't real so feel free to test it out using fake, incomplete, or missing information!