Portfolio
Trivia App
A multiple choice triva application that stores scores in a MySQL database. It allows user to sign up, create or join a team, and play a quiz of randomly generated questions. It saves individual and team high scores to the database.
Toddler Shopper
A mock shopping application that allows children to pretend shop with an interface that is similar to Amazon, but has a more kid friendly design, and prevents the user from seeing inappropriate material. This application was built as a MERN stack.
Recipe Finder
A search engine application that allows the user to find recipes using the Spoonacular api. Allows the user to filter results based on dietary restrictions. It is written in jQuery, and is styled using the Bulma Framework.
Weather Dashboard
A weather forecast app that allows the user to input cities by name and get a day of forecast and a five day forecast. This application saves previous city searches via local storage. It utilizes the OpenWeather api, and is styled with Bootstrap.
Workday Scheduler
A scheduler that allows the user to save tasks and events in an input area that represents the day hour. Highlights current hour tasks and future hour tasks with appropriate colored backgrounds. It is written in jQuery, and styled with Bootstrap.
Multiple Choice Javascript Quiz
A multiple choice quiz of basic Javascript concepts written in Vanilla Javascript and styled with Bootstrap. Includes a timer for the test that subtracts time if user answers incorrectly.