Build a restaurant reservation widget
Build a React component that allows users to book a table at a restaurant. Users should be able to choose the number of persons they want to book for, the date and the time. Here is the user flow to guide your work: * initially, show just a button with the ...