ananyag309 / Food-ordering-website_gssoc

Foodie is a food ordering website that aims to provide users with a seamless experience for ordering food online, taking orders for pickup, and booking tables for dining in. The website showcases the quality and specialties of the food offered, along with a variety of services to cater to different user preferences.

Home Page:https://foodies-ordering-website.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foodie

Food Ordering Website

foodie


Open Source Love   PRs Welcome   Lines of Code   Stars Badge   Forks Badge   GitHub contributors   GitHub last commit   Repo. Size  
         


Foodie is a food ordering website that aims to provide users with a seamless experience for ordering food online, taking orders for pickup, and booking tables for dining in. The website showcases the quality and specialities of the food offered, along with a variety of services to cater to different user preferences.

This repository is aimed to help people to contribute in open source and learn Git and GitHub.

Key Features

  • Order Online: Users can easily browse through the menu and place orders for delivery.
  • Take Order: Customers can also choose to place orders for pickup.
  • Book Table: For those who prefer dining in, the website offers the option to book a table in advance.
  • Menu: The menu section provides a comprehensive list of food items available for order, along with descriptions and prices.
  • App Details: Information about any associated mobile applications for easy access to the service.
  • Contact Page: A dedicated contact page for users to reach out for inquiries, feedback, or support.

Technologies Used

  • HTML: Markup language for structuring web pages.
  • CSS: Styling language for designing the visual layout of web pages.
  • JavaScript: Programming language for adding interactivity and functionality to web pages.
  • GitHub Pages: Hosting service for publishing the frontend code.

Development Steps

  1. Planning and Design:

    • Defined UI requirements based on user needs and business goals.
  2. HTML Structure:

    • Developed web page structure using HTML elements.
    • Organized content into logical sections like header, navigation, main content, and footer.
  3. CSS Styling:

    • Styled HTML elements to create visually appealing design.
    • Implemented responsive design for compatibility across various devices.
  4. JavaScript Interactivity:

    • Enhanced user interaction with dynamic features like menu filtering and form validation.

Tech Stack

  • Frontend: HTML, CSS, JavaScript (for user interface and interactivity)
  • Database: MongoDB (for storing user data, orders, etc.)~~~~ need to be implemented
  • Responsive Design: Ensuring compatibility across various devices and screen sizes.

๐Ÿฝ๏ธ Food Ordering Website: Run Locally & Contribute

๐Ÿ“ฅ Clone the Repository

  1. Open Terminal or Command Prompt:

    • Windows: Open Command Prompt (search cmd).
    • macOS: Open Terminal (Cmd + Space, type Terminal).
    • Linux: Open Terminal (Ctrl + Alt + T).
  2. Clone the Repository:

    git clone https://github.com/khushi-joshi-05/FoodOrderingWebsite.git

    This will create a FoodOrderingWebsite directory with all project files.

๐Ÿ“‚ Navigate to the Project Directory

  1. Change Directory:
    cd FoodOrderingWebsite

๐ŸŒ View the Website Locally

Option A: Using Command Line

  • macOS:
    open index.html
  • Windows:
    start index.html
  • Linux:
    xdg-open index.html

Option B: Open Manually

  1. File Explorer (Windows) or Finder (macOS):

    • Windows: Press Win + E.
    • macOS: Click Finder in the Dock.
  2. Navigate to FoodOrderingWebsite Directory:

    • Browse to the cloned repository location.
    • Open the FoodOrderingWebsite directory.
  3. Open index.html:

    • Locate index.html.
    • Double-click to open it in your default browser.

๐Ÿ› ๏ธ Contributing

Create an Issue

  1. Navigate to the GitHub Repository:

  2. Open the Issues Tab:

    • Click on Issues.
    • Click on New issue.
    • Describe the issue clearly and submit.

Fork, Commit, and Push Changes

  1. Fork the Repository:

    • Click on Fork at the top right of the repository page.
  2. Clone Your Fork:

    git clone https://github.com/YOUR_USERNAME/FoodOrderingWebsite.git
  3. Create a New Branch:

    cd FoodOrderingWebsite
    git checkout -b your-branch-name
  4. Make Changes:

    • Edit files as needed.
  5. Add and Commit Changes:

    git add .
    git commit -m "Your commit message"
  6. Push to Your Fork:

    git push origin your-branch-name

Create a Pull Request

  1. Navigate to Your Fork on GitHub:

    • Go to your forked repository.
  2. Open the Pull Requests Tab:

    • Click on Pull requests.
    • Click on New pull request.
  3. Compare Changes:

    • Select the base repository and branch.
    • Select your fork and branch.
  4. Submit the Pull Request:

    • Click on Create pull request.
    • Describe your changes and submit.

Happy coding! Feel free to contribute and help us improve the Food Ordering Website. ๐Ÿ•

Additional Notes ๐Ÿ“

  • Ensure that you have a web browser installed, such as Chrome, Firefox, Safari, or Edge.
  • If the website involves backend services or databases, additional setup steps might be required, such as running a local server or configuring a database. Check the project's documentation for any specific requirements.

By following these steps, you should be able to run the Food Ordering Website locally and view it in your web browser. Enjoy exploring the project! ๐Ÿ”๐Ÿ•๐ŸŒฎ


Open Source Programs

GSSOC Logo GSSOC 2024
This project is part of GirlScript Summer of Code. We welcome contributions from the community.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.


License

This project is licensed under the MIT License.


Contributors

Thank you for contributing to our repository.๐Ÿ˜ƒ

Contributors

Show some โค๏ธ by starring this awesome repository!

About

Foodie is a food ordering website that aims to provide users with a seamless experience for ordering food online, taking orders for pickup, and booking tables for dining in. The website showcases the quality and specialties of the food offered, along with a variety of services to cater to different user preferences.

https://foodies-ordering-website.netlify.app/

License:MIT License


Languages

Language:HTML 69.9%Language:CSS 22.5%Language:JavaScript 7.6%