This entry point to the web page is the first thing I started working on, and the work here serves as a blueprint for future pages. This page is built with React, and my goal was to build simple, intuitive components to be re-used, giving the project some visual cohesion.
The first component is the "Wrapper", which organizes UI elements around the main body of the page. These sub-elements include the header and footer, and the left and right menus. The second main component is the "Card". The card has options to be minimized, and also include a header and header description. Cards can be organized in a grid on the main body of the page, and provide some neat visual organization.