Five Guys in React Redo the Five Guys Lab from Week 2 using React. The list of meals
(hamburger, etc.) should be read from a JSON file you make. The list of cook levels (rare, etc.)
should also be read from a JSON file. And the same goes for the toppings (mayo, etc.) Most of the
functionality (what happens when a button or radio button or checkbox is clicked) should be handled
using React.