Skip to content

fazlyalahi01/ota-frontend

Repository files navigation

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Folder Structure followed

Description of Each Directory

  • public: images/ icons
  • src
    • app: Contains the main application logic and components.
      • (auth)
        • login
        • register
      • (dashboard)
        • admin: super admin
        • property: vendor
      • (main)
    • components: Commonly used components
      • layouts
    • constants: Holds all constant values used in the project.
    • contexts: Contains context providers for state management.
    • hooks: Custom React hooks for reusable logic.
    • lib: Custom utility functions.
    • models: Type definitions and interfaces.
    • pages-sections: Layout structures and pages.
    • theme: Defines colors and fonts for the application.
    • utils: API configuration and functions for API calls.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published