Hi there! How are you? I hope you are well!
Well, this time we need a very basic refactoring to clear things up for us although we have moved a little bit far into the app! I wish I had done it earlier! But, it is necessary.
Root level
In the root directory we currently have enough custom directories, such as:
assets/ components/ utils/
These directories ought to be in a common directory which we will call
src/
so we clean up our basic structure by not having scattered around all files and folders!
So, yep! That is for this one at the moment! We need further to break down our MainScreen component to separate components and do some styling for us to see things falling in place little by little!
Cheers!