This is a menu project built using React and React Bootstrap. The project features a menu of meals that can be filtered using a set of buttons.
- Meal Display: The project displays a list of meals, each with an image, title, and description.
- Filtering: The project includes a set of buttons that allow the user to filter the meals by category (e.g., breakfast, lunch, dinner).
- Responsive Design: The project is designed to be responsive and mobile-friendly, using React Bootstrap for the layout and styling.
- React: The project is built using the React JavaScript library for building user interfaces.
- React Bootstrap: The project uses the React Bootstrap library for styling and layout.
- Netlify: The project is deployed on Netlify, a hosting platform for static websites.
You can view a live preview of the project at the following URL: https://static-menuapp-v1.netlify.app/
To run the project locally, follow these steps:
- Clone the repository from GitHub:
git clone https://github.com/abdallahawad3/menu-project.git - Navigate to the project directory:
cd menu-project - Install the project dependencies:
npm install - Start the development server:
npm start - Open the project in your web browser at
http://localhost:3000