Part 2. Regular expressions: JavaScript Video Tutorial Pt 6 and then
write a regular expression (only asking for the regular expression, not a page) for the following:
Lab: Baked Potato Revisited with React
Your HTML should have no elements other than containers such as <div>'s.
Use React and JSX to create the page and its functionality. The basic
elements are an input for the size of the potato, a drop-down select for the
toppings, a button to calculate the number of calories, a div to display
the result, and an image of a potato. The events should include a click
of the button which performs the calculation, an onkeydown of the input which
clears any previous result, and an onchange of the drop-down select which also
clears any previous result.