Page cover

Brief Overview of Web Framework & Structure

The Stack

On the top level, our implementation looks like this:

Under it, we are essentially using the following:

The entire framework including a potential mobile application is based on React. React is a very flexible framework that is used by many large corporations and is created by Facebook to meet its huge demand. This allows us to use

Note: Most code written on this site is TypeScript based to prevent undefined behavior and improve security. TypeScript is the typed version of JavaScript.

Last updated

Was this helpful?