pyladies-bratislava / website

Frontend for the website of the Pyladies Bratislava chapter
MIT License
2 stars 2 forks source link

Use folder structure from react docs #60

Closed filias closed 2 years ago

filias commented 2 years ago

This ticket is about moving files into the correct new folders based on this structure https://reactjs.org/docs/faq-structure.html the second option.

At the same time we will use the component name as the filename. This means more files will exist when there are several components in one file. One file = One component.