dhmit / self-sufficient-cities

An interactive mapping and timeline project about urban communities that grew their own food in the 20th century United States.
https://cities.dhlab.mit.edu/
5 stars 2 forks source link

Refactor Frontend Components #34

Closed samimak37 closed 2 years ago

samimak37 commented 2 years ago

Moved around the frontend components of the project into their own subfolders to make navigating the project easier.

There are 4 new folders:

samimak37 commented 2 years ago

I think I separated Map.js/Timeline.js on accident, my bad! I was thinking that the files that represent entire pages should be separated from the smaller components that only provide limited functions, but I can go either way with it!