Skip to content

🚀 GoStack GoRestaurant mobile version, applying CRUD concepts to simulate a restaurant application using a fake API

Notifications You must be signed in to change notification settings

lucasmsa/GoStack-GoRestaurant-mobile

Repository files navigation

GoStack Challenges 📃

GoStack is an 8-week Bootcamp from RocketSeat that is mainly focused on teaching NodeJS, ReactJS, React-Native and Typescript


Challenge

  • List all food plates from the API on Dashboard page with name, value and description for each
  • List all categories from the API on Dashboard page with title and image_url
    • Use thumbnail_url as the category image
  • Search for food plates or categories on Dashboard page
  • List all orders from API on Orders page with name and description about each product ordered
  • List starred food plates on the Favorites page, listing the name and description of these foods
  • When an item is clicked on the Dashboard page, the user should be redirected to a page called FoodDetails, where the user will be able to make a new order, allowing him to control the quantity of a food, add new ingredients and so on. The value must be calculated according to the ammount added.

Extra ✚

  • After clicking in one of the orders from Orders page create a new page with informations about the order ( number of items and the extra ingredients that were added )

About

🚀 GoStack GoRestaurant mobile version, applying CRUD concepts to simulate a restaurant application using a fake API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published