# combox **Repository Path**: luyaoye2/personal ## Basic Information - **Project Name**: combox - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-19 - **Last Updated**: 2024-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Challenge ## How to Run - `yarn` - `yarn dev` Then you can check all the deliverables in the home page ## Deliverables ### UI Components - [X] Integrate and render the asset-list component as shown in the [storybook](https://storybook.cosmology.zone/?path=/docs/asset-assetlist--docs) — which should display the asset list. - [X] Implement an "Add Asset" button that, when clicked, opens a modal or another UI element of your choice. - [X] The modal (or popover or other) should render the ComboBox component, allowing the user to select an asset to add. Reference for the ComboBox implementation can be found in the [Cosmology Storybook](https://storybook.cosmology.zone/?path=/story/combobox--custom-combobox-item). - [X] The `state.selectedChain`, e.g., `osmosis` should determine which set of assets can show up in the list of assets. - [X] Upon selecting an asset from the ComboBox, the asset list should update to include the chosen asset. Likely should have a submit button to confirm. - [X] When the deposit button is clicked, open a modal as follows(Static component. No need to add functionalities): ![deposit](./deposit.png) - [ ] Not required, but if that was simple for you, consider adding the following: A layout, a menu, or some organization