Capitol Flag Tracker
This app allows US Congressional staffers to more easily track
the progress of their constituents flag orders. Previously,
staffers would have to manually reach out to agencies to get the
status of their orders. Now, agencies can use QR codes to update
the order progress with the app saving staffers time and hassle.
( HTML / CSS / JavaScript / React / Python / Flask )
US National Parks Weather Forecaster
This app allows users to search a state for national parks. They
can then choose a park to get a weather forecast for.
Additionally, if there are weather reports in that area, those
will be displayed as well.
( HTML / CSS / JavaScript / jQuery )
APIs: National Parks Service, National Weather Service
What's For Dinner
App allows users to plan menus either by selecting and arranging
dishes for their menu, or by using a random function to generate
ideas to plan a menu around. Meant to be a basic framework to
allow for expansions to potentially include calorie counting,
dietary filters and linked ingrediants to start a shopping list
with.
( HTML / CSS / JavaScript / React / Node / Express / PostgreSQL
)
Park Trail Test
Simple website layout to test various optimization tools
-
Optimized design for 7 screen sizes (desktop and mobile) using
Responsively app, flexbox, and media queries
-
Refactored for best practices by validating HTML and CSS using
W3C Markup Validation Service
-
Reduced Cumulative Layout Shift from .402 to 0 by running web
performance tests to identify opportunities to speed up the
application
( HTML / CSS / Responsively / Lighthouse)