Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 853 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 853 Bytes

This is a simple project for Applix AI Copilot. This project contains several parts parts:

  • Product Selector: This selector allows users to select a product from a list of options.
  • 3D Model Viewer: This viewer allows users to view a 3D model of a product. It will render the respective gltf file for the selected product.
  • Filters: This allows users to filter the data based on Period(1 Day, 1 Week, 1 Month), type of Defect and minimum quality score.
  • Data Widgets: This section consists of widgets that display data related to the selected product in the form of charts and Data Grid.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.