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.
MIT License
192
stars
435
forks
source link
readme
Foodie
Food Ordering Website
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
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.
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
Open Terminal or Command Prompt:
Windows: Open Command Prompt (search cmd).
macOS: Open Terminal (Cmd + Space, type Terminal).
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
Create a Pull Request
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.
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.
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 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.