About View - senior-design-marketplace/vue-typescript-client GitHub Wiki

The about view is a simple about us page that displays information about the project and team. There are two columns, one that holds text about the project and one that holds a dynamic display of the team member info. The card the display the member that is clicked on is controlled by a variable shown that saves the first name of the person that is clicked on. It utilizes v-if props to ensure that only one person is shown at a time.
This page was not a very high priority in development and could use a rework to the code design. It has reused code throughout the entire file and needs a rework to reduce clutter if adding more people.