Application Client UI
├── assets —
├── public
├── src
│ ├── app
│ ├── components
│ │ └── shared — # React components that are being used across the whole website
│ ├── hooks
│ ├──pages — # React components that are being used specifically on a certain page
│ ├── icons
│ ├── config - # configuration to HTTP request to backend
│ ├── assets
│ ├── utils
│ ├── App.js - # Entrypoint to Client App
│ └── index.js
└── package.json