SlideShare a Scribd company logo
1 of 7
PROJECT SUMMARY:
Nilo’s Kitchen is an online food delivery system, which provides home made food to people in
Mumbai. It is a perfect place for all the home made food lovers. Variety of Gujarati,
Maharashtrian, South Indian, Italian, Continental, Mexican dishes are available at Nilo’s Kitchen.
Just place your order and enjoy the “Ma ka swad!”
SCREENSHOTS OF SCREENS:
Home screenpart 1:
This is the Home Screen of “Nilo’s Kitchen”. The user can view the photographs of various
dishes served at the kitchen. I have used bootstrap for the header and the carousel. The header
contains the shopping basket where the user can view its basket and place the order.
Home screenpart 2:
This is the “Menu card” of Nilo’s Kitchen this week. Different items are available for breakfast,
lunch and dinner. The user can view the details of the food items and choose an item.
Home screenpart 3:
The user can rate the food item by giving stars and can also like or dislike the item. The user can
choose from the menu card and add the items to the cart.
Shopping cart order summary:
Once the product is added to the cart, the user can now see the order summary. All the items
choosen by the user are displayed in the cart and the order total is calculated. Also, if the user
dismisses the cart and goes back to the menu and chooses the same item again, the cart gets
updated with that item. On tapping the “Checkout option”, the user is navigated to the
“Personal details” page.
Personal details:
Here the user needs to enter his/her personal details for the food to be delivered to the correct
address. Here, the fields are validated for ensuring that the user enters correct information.
This client side validation is done using angular js. Also, when the user enters the zipcode, a list
of zipcodes are populated and presented to the user. This list is fetched from the server side.
Depending upon the zipcode, the state and city are populated. Once the user clicks on submit
button, the payment gateway is opened.
Payment methods (Cash on delivery):
The user can choose for cash on delivery or credit/debit card payment option. On choosing
“COD”, the user needs to agree to the terms and conditions and then the order is placed.
Payment method (Credit/Debit card):
On choosing Credit/Debit card option, the users is requested to enter the credit/debit card
details. The form is validated using jQuery. Once the user clicks on the “Place order” button, the
order is successfully placed.
Order confirmationpage:
Once the order is placed, the Confirmation screen is displayed.

More Related Content

Similar to NilosKitchen

Similar to NilosKitchen (20)

Maximizing Returns: Strategies for Food Delivery App Investments
Maximizing Returns: Strategies for Food Delivery App InvestmentsMaximizing Returns: Strategies for Food Delivery App Investments
Maximizing Returns: Strategies for Food Delivery App Investments
 
New Year Activation (ENG)
New Year Activation (ENG)New Year Activation (ENG)
New Year Activation (ENG)
 
Food Delivery App Development company.
Food Delivery App Development company.Food Delivery App Development company.
Food Delivery App Development company.
 
FoodSub: Online Food Subscription
FoodSub: Online Food SubscriptionFoodSub: Online Food Subscription
FoodSub: Online Food Subscription
 
Food Delivery App Development- A Complete Guide to it’s Business Models.
Food Delivery App Development- A Complete Guide to it’s Business Models.Food Delivery App Development- A Complete Guide to it’s Business Models.
Food Delivery App Development- A Complete Guide to it’s Business Models.
 
Food Delivery App Development- A Complete Guide to it’s Business Models.
Food Delivery App Development- A Complete Guide to it’s Business Models.Food Delivery App Development- A Complete Guide to it’s Business Models.
Food Delivery App Development- A Complete Guide to it’s Business Models.
 
Unified Payment Interface (UPI)
Unified Payment Interface (UPI)Unified Payment Interface (UPI)
Unified Payment Interface (UPI)
 
On-Demand Grocery App Development – The Complete Guide.pdf
On-Demand Grocery App Development – The Complete Guide.pdfOn-Demand Grocery App Development – The Complete Guide.pdf
On-Demand Grocery App Development – The Complete Guide.pdf
 
Use_Cases
Use_CasesUse_Cases
Use_Cases
 
eat24 - Google Docs.pdf
eat24 - Google Docs.pdfeat24 - Google Docs.pdf
eat24 - Google Docs.pdf
 
Log in system
Log in systemLog in system
Log in system
 
Final submission the gourmet
Final submission the gourmetFinal submission the gourmet
Final submission the gourmet
 
Graphics design offline test - 2021 created by avishek saha-1
Graphics design   offline test - 2021 created by avishek saha-1Graphics design   offline test - 2021 created by avishek saha-1
Graphics design offline test - 2021 created by avishek saha-1
 
Ijsrdv7 i10318
Ijsrdv7 i10318Ijsrdv7 i10318
Ijsrdv7 i10318
 
Ijsrdv7 i10318
Ijsrdv7 i10318Ijsrdv7 i10318
Ijsrdv7 i10318
 
Restro Pod
Restro PodRestro Pod
Restro Pod
 
Magento 2 Food Delivery Multi-Vendor Marketplace Plugin
Magento 2 Food Delivery Multi-Vendor Marketplace PluginMagento 2 Food Delivery Multi-Vendor Marketplace Plugin
Magento 2 Food Delivery Multi-Vendor Marketplace Plugin
 
Smarta fastfood
Smarta fastfoodSmarta fastfood
Smarta fastfood
 
E-Commerce WEBSITE.pptx for college students for their presentation
E-Commerce WEBSITE.pptx for college students for their presentationE-Commerce WEBSITE.pptx for college students for their presentation
E-Commerce WEBSITE.pptx for college students for their presentation
 
FWMS
FWMSFWMS
FWMS
 

NilosKitchen

  • 1. PROJECT SUMMARY: Nilo’s Kitchen is an online food delivery system, which provides home made food to people in Mumbai. It is a perfect place for all the home made food lovers. Variety of Gujarati, Maharashtrian, South Indian, Italian, Continental, Mexican dishes are available at Nilo’s Kitchen. Just place your order and enjoy the “Ma ka swad!” SCREENSHOTS OF SCREENS: Home screenpart 1: This is the Home Screen of “Nilo’s Kitchen”. The user can view the photographs of various dishes served at the kitchen. I have used bootstrap for the header and the carousel. The header contains the shopping basket where the user can view its basket and place the order.
  • 2. Home screenpart 2: This is the “Menu card” of Nilo’s Kitchen this week. Different items are available for breakfast, lunch and dinner. The user can view the details of the food items and choose an item. Home screenpart 3: The user can rate the food item by giving stars and can also like or dislike the item. The user can choose from the menu card and add the items to the cart.
  • 3. Shopping cart order summary: Once the product is added to the cart, the user can now see the order summary. All the items choosen by the user are displayed in the cart and the order total is calculated. Also, if the user dismisses the cart and goes back to the menu and chooses the same item again, the cart gets updated with that item. On tapping the “Checkout option”, the user is navigated to the “Personal details” page.
  • 4. Personal details: Here the user needs to enter his/her personal details for the food to be delivered to the correct address. Here, the fields are validated for ensuring that the user enters correct information. This client side validation is done using angular js. Also, when the user enters the zipcode, a list of zipcodes are populated and presented to the user. This list is fetched from the server side. Depending upon the zipcode, the state and city are populated. Once the user clicks on submit button, the payment gateway is opened.
  • 5. Payment methods (Cash on delivery): The user can choose for cash on delivery or credit/debit card payment option. On choosing “COD”, the user needs to agree to the terms and conditions and then the order is placed.
  • 6. Payment method (Credit/Debit card): On choosing Credit/Debit card option, the users is requested to enter the credit/debit card details. The form is validated using jQuery. Once the user clicks on the “Place order” button, the order is successfully placed.
  • 7. Order confirmationpage: Once the order is placed, the Confirmation screen is displayed.