Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 599 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 599 Bytes

Menu App

Introduction

Basic React app that lists the food items in a menu.

Menu App

Functional

  • The food items in the list are divided into different categories such as - All, Breakfast, Lunch and Shakes.

  • Customer can navigate through any category to select his/her favourite item.

  • Each item in the menu consists of name, image, price and description.

Technical

  • This application is built on ReactJS.

  • Source of data:

    Static data from an internal file in the project itself i.e., data.js.