Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 463 Bytes

File metadata and controls

9 lines (8 loc) · 463 Bytes

cgi-react-101-technical-training

Project folders:

  • components/ - Custom components (including App and the navbar)
  • pages/ - Custom pages with associated React Router routes in the App component
  • redux/ - Store, root reducer, and two slices
  • styles/ - A couple of small stylesheets for minor things
  • tests/ - Unit and "integration" tests using DOM Testing Library and React Testing Library.
  • utils/ - Utility functions and constants