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.
-
Open Terminal or Command Prompt:
- Windows: Open Command Prompt (search
cmd
). - macOS: Open Terminal (Cmd + Space, type
Terminal
). - Linux: Open Terminal (Ctrl + Alt + T).
- Windows: Open Command Prompt (search
-
Clone the Repository:
git clone https://github.com/khushi-joshi-05/Food-ordering-website.git
This will create a
FoodOrderingWebsite
directory with all project files.
- Change Directory:
cd FoodOrderingWebsite
- macOS:
open index.html
- Windows:
start index.html
- Linux:
xdg-open index.html
-
File Explorer (Windows) or Finder (macOS):
- Windows: Press Win + E.
- macOS: Click Finder in the Dock.
-
Navigate to
FoodOrderingWebsite
Directory:- Browse to the cloned repository location.
- Open the
FoodOrderingWebsite
directory.
-
Open
index.html
:- Locate
index.html
. - Double-click to open it in your default browser.
- Locate
-
Navigate to the GitHub Repository:
- Go to FoodOrderingWebsite Repository .
-
Open the Issues Tab:
- Click on
Issues
. - Click on
New issue
. - Describe the issue clearly and submit.
- Click on
-
Fork the Repository:
- Click on
Fork
at the top right of the repository page.
- Click on
-
Clone Your Fork:
git clone https://github.com/YOUR_USERNAME/Food-ordering-website.git
-
Create a New Branch:
cd FoodOrderingWebsite git checkout -b your-branch-name
-
Make Changes:
- Edit files as needed.
-
Add and Commit Changes:
git add . git commit -m "Your commit message"
-
Push to Your Fork:
git push origin your-branch-name
-
Navigate to Your Fork on GitHub:
- Go to your forked repository.
-
Open the Pull Requests Tab:
- Click on
Pull requests
. - Click on
New pull request
.
- Click on
-
Compare Changes:
- Select the base repository and branch.
- Select your fork and branch.
-
Submit the Pull Request:
- Click on
Create pull request
. - Describe your changes and submit.
- Click on
Happy coding! Feel free to contribute and help us improve the Food Ordering Website. 🍕
- 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! 🍔🍕🌮
GSSOC 2024 | |
This project is part of GirlScript Summer of Code. We welcome contributions from the community. |
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.
This project is licensed under the MIT License.
Thank you for contributing to our repository.😃
Show some ❤️ by starring this awesome repository!