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.
- 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.
- 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.
-
Planning and Design:
- Defined UI requirements based on user needs and business goals.
-
HTML Structure:
- Developed web page structure using HTML elements.
- Organized content into logical sections like header, navigation, main content, and footer.
-
CSS Styling:
- Styled HTML elements to create visually appealing design.
- Implemented responsive design for compatibility across various devices.
-
JavaScript Interactivity:
- Enhanced user interaction with dynamic features like menu filtering and form validation.
- 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.
First, you need to clone the repository to your local machine. This process downloads a copy of the project files.
-
Open Terminal or Command Prompt:
- On Windows: You can open Command Prompt by typing
cmd
in the Start menu search bar and pressing Enter. - On macOS: You can open Terminal by pressing
Cmd + Space
, typingTerminal
, and pressing Enter. - On Linux: You can open Terminal from your applications menu or by using the
Ctrl + Alt + T
shortcut.
- On Windows: You can open Command Prompt by typing
-
Run the Git Clone Command: In your terminal or command prompt, type the following command and press Enter:
git clone https://github.com/khushi-joshi-05/FoodOrderingWebsite.git
This command will create a new directory named
FoodOrderingWebsite
in your current location, containing all the files from the repository.
Now, change your current directory to the newly created project directory.
-
Navigate Using Terminal or Command Prompt: After cloning the repository, run the following command:
cd FoodOrderingWebsite
This command will change your working directory to the
FoodOrderingWebsite
directory, where all the project files are located.
To view the website locally, you need to open the index.html
file in your web browser.
-
On macOS: You can open the
index.html
file directly from the terminal using the following command:open index.html
-
On Windows: You can open the
index.html
file directly from the command prompt using the following command:start index.html
-
On Linux: You can open the
index.html
file directly from the terminal using the following command:xdg-open index.html
-
Open File Explorer (Windows) or Finder (macOS):
- On Windows: Press
Win + E
to open File Explorer. - On macOS: Click on the Finder icon in the Dock.
- On Windows: Press
-
Navigate to the Project Directory:
- Browse to the location where you cloned the repository.
- Open the
FoodOrderingWebsite
directory.
-
Open the
index.html
File:- Find the
index.html
file within theFoodOrderingWebsite
directory. - Double-click on
index.html
to open it in your default web browser.
- Find the
- 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! 🍔🍕🌮
These are some snapshots of the project.
This project is licensed under the MIT License - see the LICENSE file for details.