- Please open the Restautant react App folder and install node modules by giving command in terminal npm install.
- Once done to run the app give command npm start.
- We have to create a Restautant App like this:
- Task 1 -Read data from menuApi and render on MenuCard dynamically.
- Task 2 -Use States to update the MenuCard and by using map function create different categories
- Task 3 -Create Navbar and filter them categorically as seen in output.