This project was bootstrapped with Create React App Inspired by Canva
The final view of the form allows users to input data into the table, using the sidebar on the right. The user selects the day, meal type and dish, and this is updated to the table in real time
The Cancel Button is implemented to reset the input process
Displayed below is the Canva inspiration on the left, and final UI on the right:
![drawing](/Seun-A/weekly-meal-planner/raw/master/src/assets/canva-template.jpg)
![drawing](/Seun-A/weekly-meal-planner/raw/master/src/assets/table.png)
On selecting a box from the table, the sidebar renders an edit form. This form updates the content for the selected box in real time
The Cancel Button is again implemented, but this time to RESET to reset the box to the INITIAL content before edits
![drawing](/Seun-A/weekly-meal-planner/raw/master/src/assets/form-def.png)
![drawing](/Seun-A/weekly-meal-planner/raw/master/src/assets/form-alt.png)
![drawing](/Seun-A/weekly-meal-planner/raw/master/src/assets/edit.png)