Skip to content

Frontend interface for Shopify objects tool that retrieves data on Shopify objects for a specified store'

Notifications You must be signed in to change notification settings

5F8575tree/shopify-objects-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopify Objects Map

Project Structure

src/ ├── components/ # Reusable components │ ├── common/ # Common components like buttons, modals, etc. │ └── layout/ # Components that dictate major page structure │ └── ui/ # UI-specific components ├── pages/ # Page components, routing based on file names │ ├── api/ # API routes │ └── [ pageName ]/ # Folder for each page with its components │ ├── index.js # Entry for the page │ └── components/ # Components specific to this page ├── public/ # Static files like images, fonts, etc. ├── styles/ # Global styles, variables, theme configs ├── hooks/ # Reusable React hooks ├── utils/ # Utility functions ├── services/ # Services for external API calls ├── context/ # React contexts for state management ├── lib/ # Libraries, helpers, and non-react modules ├── models/ # Typescript models or interfaces if you use TS ├── constants/ # Constants used throughout the app └── config/ # App-wide configuration

About

Frontend interface for Shopify objects tool that retrieves data on Shopify objects for a specified store'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published