@ZacharycampanelliSubmitted about 1 year ago
First project using react router, any feedback on that or in general is much appreciated!
First project using react router, any feedback on that or in general is much appreciated!
Really clean! I like how you structured your code.
Nicely done :)
I have difficulty when making the project responsive, when the responsive display is right, there is an excess white part on the right which makes the display not good.
Great work so far. May not be the best solution but one quick fix to suggest - when you go on inspector mode, you can see that your .card-container
div is not taking the full width of the card (600px
). You can specify that class to take width 600px
in desktop and adjust for mobile mode. This will eliminate that white bar on the left of your result section in desktop mode.
Keep it up!