Skip to content

spencer-plasse/cgi-react-101-technical-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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