tomoakley / freemeals.uk

MIT License
10 stars 10 forks source link

Component refactor #16

Closed elstob closed 3 years ago

elstob commented 3 years ago

The entire app currently lives in App.js, refactor this file into a component based architecture.

The refactor currently takes place in RefactoredApp.js (which is imported by index.js) so that it can be reviewed before merge and not impact other ongoing work.

elstob commented 3 years ago

Addresses #10 somewhat