Latest solutions
Multi step form with TypeScript and ReactContext
#react#styled-components#typescript#nextSubmitted over 1 year ago
Latest comments
- P@robin-bosch@JustynaKorzycka
Nice work :) I found a small bug in your application: if I choose for example Curaçao there will be error. I'm guessing the problem may be that you're passing a foreign character to the url.
- @wafash08@JustynaKorzycka
Hi :) I found few things that could be improved:
- there are no horizontals paddings/margins - for some widths content is on the edge of the page.
- For mobile devices You can add closing the menu when clicking outside the menu area
- I suggest shortening the homepage code: exports static data to another file, create new components: heroSection, preFooter e.tc.
- pay attention to the heading hierarchy :)
Marked as helpful