Projects
WebApp Dashboard
An interactive webapp dashboard.
This project uses interactive JavaScript to change the contents of the webpage, featuring user objects, SVG styles and transitions, and CDN usage, as well as locally stored settings and notifications and alerts. It includes a navicable modal overlay for user information.
Employee Directory
A randomly generated user directory.
This project displays the ability to use the fetch API to retrieve user data while using JSON to Parse the data and injecting the information onto the web page with JavaScript, featuring an active search filter and CSS grid.
Photo Gallery
A searchable photo gallery.
This project features a responsive grid of photos that are searchable with a live filter searchbar. It also includes a modal overlay that displays the full picture that is selected with the ability to navigate between photos from within the modal
Wheel of Success Game
An interactive game show app.
This project uses Javascript functions to create an interactive gameshow app in which you try to guess phrases within a certain amount of tries. It features the use of event handlers and array iteration and methods
Sign-up Form
A newsletter sign-up form.
This project displays the ability to create and style form elements that are clear and organized with some form validation as well.