Skip to content

my react app

cameron-mendoza21 edited this page May 3, 2023 · 1 revision

This page covers the main functionality of the front-end. This app is the front-end of the web application that connects to the back end.

App

App.js holds all of the relevant routes and where the REACT app will be hosted at.

index

Index.js holds all relevant information pertaining to API keys.

Pages

This section contains all of the relevant information that will be used when displaying certain routes and their respective information.

This section handles all the display controllers for all views used in this project, and their associated stylesheets.

HelperClasses

This section contains all of the relevant functions and components used while handling the front-end website.

Clone this wiki locally