PROD [Live] : https://react-menu-v2-prod.netlify.app/
- List of menu items available along with the page title Our Menu.
- Each single menu item card has an image, name, price, info.
- Buttons have been implemented and will get added dynamically that will filter the items in the list depending on the type of categories present in the data. ie.
ALLfor the list of all menu items and other categoryBreakfast,Lunch,Shakesbuttons. - Data is handled by the
data.js,imagesand styles are handled byindex.css - To run the project locally, clone the repo,
npm installto install the dependencies, andnpm run devto start up the development server on default port 5173.
HTML, CSS, JavaScript, ECMAScript, React - Hooks ~ useState
Netlify
Note: I have developed this project ~ [6] as part of React 18 Tutorial and Projects Course (2023) taught by John Smilga.