FoodCity website is an online restaurant, that you can order the meals.
The website is an online food restaurant that has many dishes of different types, we have Breakfast, Lunch, Dinner, Drinks, and Desserts. You don't have to go to the restaurant, you can order any meal that you want and it will reach you fast.
Due to COVID-19, people could not be able to go out to restaurants for a meal which made restaurants have to go bankrupt due to a lack of customers.
The website offers the property of the ability to order your meal from your home without needing to go to the restaurant location
- Press at
https://github.com/GSG-CF04/ToDo-List-06.git.
- Click on Code button.
- Clone the repository (copy the link).
- Open Git Bash in your path.
- Write
git clone -paste the repository link-
then press enter. - Write code . then press enter.
- Open the html file in your code editor.
- Right click with your and select open with live server.
- Open the website and the user will find the page sections in the header.
- Then the user will find the Home Page with the greeting.
- After that, the user will find the About Us section which talk about the resturent information.
- Then, The user will find the main type of meals that we introduce.
- In the next section, the user will find our chefs and their names.
- In the last section, the user will find a form to contact us for any problem that he face.
- In the home page, their is a button to move the user to the Menu Page.
- In the Menu Page the user will find all the meals that we offer and he can search for any name of item.
- The user will find a filter to choose the type of food. *can put it in his Cart.
- The user will be able put his meals in the Cart. and he will be able to see his Cart with orders and he can remove any meal that he don't want it, and he can able to remove all meals in his Cart.
- When the user click on the
order now
button it will move him to the user information page. - The user can submit his order or he can cancel it and return to the Menu.
- At the last, if the user click on submit button the will see a popup to tell him that The ordr was successfully completed.
- As a user, I can be able to see the website description.
- As a user, I can be able to get the menu page.
- As a user, I can be able to see the types of food and search for any item of meal.
- As a user, I can be able to put the meal that I want in my cart.
- As a user, I can be able to order the meals that I had choosen.
- As a user, I can be able to put my information in the order form.
- As a user, I can be able to submit or cancel the order.
- HTML ➙ to build structure of the website.
- CSS ➙ to style the website.
- JS | DOM Manipulations ➙ to conect the pages with eachothers and make the pages intreractive.
- LocalStorage ➙ to save the data in the browser.