Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 435 Bytes

READDME.md

File metadata and controls

29 lines (23 loc) · 435 Bytes

namastey react

parcel

  • dev build
  • local server
  • HMR = HOT MODULE REPLACEMENT
  • FILE WATCHING ALGO - WRITTEN IN C++
  • CACHING - FASTER BUILDS

/* Components of Our Food-Order App

  • Header
    • Logo
    • Nav Items
  • Body
    • Search Bar
    • Restaurant-Container
    • Restaurant-Card
    • Img
    • Name of Res, Star Rating, cuisine, delivery time.
  • Footer
    • Copyright
    • Links
    • Address
    • Contact */