Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 388 Bytes

File metadata and controls

11 lines (9 loc) · 388 Bytes

FoodOrderApp

A small food ordering app built with React to practice and demonstrate various concepts:

Features

  • Global state management using React Context
  • Custom modals with useRef
  • Custom HTTP request hook for fetching and sending data
  • Reusable Input and Button components
  • Handling form submissions
  • Conditional rendering based on app state