Solution

TeamBandit utilizes the technologies in the diagram to the left in order to serve webpages and data to our users. React serves as our front-end framework to style the website, while express dictates which pages the user is requesting and sends any pulls for information to the database in order to dynamically update information. This can consist of pulling information that is already present, updating that information, or adding/deleting information. This stack can be read about in more detail in our Technology section, where we discuss why exactly we chose each of these tools.

Improved User Flow

Below one can see the improved user flow of TeamBandit. This diagram maps out a broad overview of the respective use cases for users of the web application.