Types, Functions and Interfaces should follow Pascal case naming convention while other variables should follow camel case naming convention
The CSS styles should adobt the Block-Element-Modifier convention
Every container route should have a container folder and each container folder should have the following folders if necessary
/components : this will contain the components that are specific to that particular route
/hooks : this will contain the hooks files that are used by the components specific to that route
/styles : this will contain the styles files that are specific to that route
/types : this will contain the types, names, namespace files that are specific to the route
Docker