[x] inside components/, create a folder for each component to be able to modularize them more and save their modules in each folder. Replicate this addition in the styles/ directory. See #21
[x] implemented a container - presentational pattern (for class components, no hooks). See #32