all imports should at least be in some sort of alphabetical order. idk how best to do that in react tho
is it react standard for the file to be uppercase App.css? having an uppercase letter in file is weird and i would only do it if it was required by react
i feel like a lot of these names are ambiguous. like next steps what, docs what? I imagine we will have a documentation page.
this implies we will have multiple link styles... i would take a look at a lot of your nested css and see if there are things that could be put at the global level, why do we need a special link here, it is just going to lead to an inconsistent UI
damn okay. we have a lot of css in multiple files. you need to probably really create a single css file and inherit it in most cases, with only minor tweaks for each page.
why is this not in app.jsx then? im not saying to do that, but this is inconsistent.
you can probably abstract the map html into its own component, because it is going to have to be reused again