Hey there, check out some of my projects below!

Site Clone

This project uses NextJS, Tailwind CSS, and Firebase. I started this project on 9/16/22 and I am still working to add features and improve the site's looks. My plans for the site are to make a clone of the Boost Mobile my account dashboard. For now its fairly barebones. You can create an account and then login and the authentication state is carried to every page of the site. The site also uses Firestore from Firebase to store user data such as first and last name which is collected on account creation. I am currently working on adding the ability for a user to change all their user info and delete their account. You can use a fake email to test the site as long as it is formatted as an email address and the only password constraint currently in place is that it must be at least 6 digits.

GitHub

Check out my GitHub to see a few other projects I've worked on.

Weather Engine for Microsoft Flight Simulator 2020

This project uses vanilla javascript, html, CSS, to interact with the simulators user interface and weather engine. It is based on freeware that was released when the simulator came out and has since been broken by changes to the simulators weather engine. Currently I am working to fix the weather injection functionality, once it is fixed live weather data will be pulled from a REST api provided by avwx then injected into the simulator at user selectable intervals. Unfortunatly much of the old code is no longer usable and will need completly rewritten. Once the live weather functionality is restored I also plan to add the ability to inject historical data from a user selectable date and time.