FaganWeb Applications

This site contains a set of apps developed by Sean and John Fagan.

Beat the Odds

This app allows a group of people to compete against each other to see who can accumulate the most points by picking the winners of NFL or MLB games using Moneyline odds.

Learning Log

This app allows users to document things they are learning about specific topics. After registering a userid and password, a user can create one or more "Topics" and a set of "Entries" for each Topic. An Entry corresponds to something new that the user has learned about the Topic. Each Entry is date and time stamped, and Entries can be edited or deleted.

The app was originally created based on a tutorial in Python Crash Course by Eric Matthes. It was subsequently enhanced to allow users to view topics and entries created by other users, in addition to being able to view, edit, and delete their own entries. Another enhancement was to allow topics to be private or public.