Update - Build Fix
Renaming the folder to OfficerSection made the OfficerSection component unable to be found by the About Us page. The About Us page still looks for the OfficerSelector folder when trying to find the OfficerSection component, so we need to update it to look for OfficerSection instead.
From the root folder, the About Us page can be found at:
/src/pages/AboutUs/AboutUs.js
Overview
Rework the Officer Selector component to get rid of the categories and instead display all officers when loaded.
To run the website locally, first run npm i in the terminal to install all dependencies. Then run npm run start to run the site on local host.
From the root folder, the component can be found at:
/src/components/OfficerSelector/OfficerSection
If you have any questions of need any help, contact Aaron or schedule a meeting!
Requirements
Design Reference
Figma(Message Aaron if you need access)

Update - Build Fix
Renaming the folder to OfficerSection made the OfficerSection component unable to be found by the About Us page. The About Us page still looks for the OfficerSelector folder when trying to find the OfficerSection component, so we need to update it to look for OfficerSection instead.
From the root folder, the About Us page can be found at:
/src/pages/AboutUs/AboutUs.jsAboutUs.js, change the path used to import OfficerSection to point to the OfficerSection folder instead of Officer Selector. This should be on line 8 of the file and should replace the path string with:"../../components/OfficerSection/OfficerSection"Overview
Rework the Officer Selector component to get rid of the categories and instead display all officers when loaded.
To run the website locally, first run
npm iin the terminal to install all dependencies. Then runnpm run startto run the site on local host.From the root folder, the component can be found at:
/src/components/OfficerSelector/OfficerSectionIf you have any questions of need any help, contact Aaron or schedule a meeting!
Requirements
Design Reference
Figma(Message Aaron if you need access)
