Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 399 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 399 Bytes

React Router App

Core structure & Layout

  • Common components - src/common/components/
    • Auth
    • Error Page
    • Notification Card
    • Carousel
    • Navbar
    • Sidebar
  • Axios API - src/common/api.ts
  • Hooks & mutations - src/hooks/
  • Page components - src/components/
    • Layout (root)
    • Home
    • Products


Flowchart


App Flowchart