WebFood is a website for browsing and ordering delicious meals online.
- Clone the repository:
git clone https://github.com/Dannyswiss1/webfood.git - Navigate to the project directory:
cd webfood - Open index.html in a web browser.
- Click on the "Browse Meals" link in the navigation to explore the available meals.
- To place an order, click on the "Add to Cart" button for the desired meal.
- View your orders by clicking on the "My Orders" link in the navigation.
Contributions are welcome! If you find any issues or have suggestions for improvements, please submit a pull request. Make sure to follow these guidelines:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name. - Make your changes and commit them:
git commit -am 'Add feature'. - Push the changes to your branch:
git push origin feature/your-feature-name. - Open a pull request with a detailed description of your changes.
This project is licensed under the MIT License.