Actions
ClientProject #3703
openClientProject #3702: [COMMON]: Components Design and API Integration
[C-FE]: Navbar section with core functionalities
Description
1. Design Reusable Navbar Section Component¶
- Create a fully reusable and configurable navbar component.
- Should support desktop and mobile responsive behavior.
2. API Integrations¶
2.1 Stock Data¶
-
Integrate API for:
- Total cars in stock
- Cars added today
-
Display these values dynamically in the navbar section where required.
3. Currency & Localization Setup¶
- Implement currency switching (e.g., USD, BDT, etc.).
- Integrate localization (i18n) support within the navbar.
- Ensure correct state handling and translation loading.
4. Text Animation¶
- Add smooth text animation (e.g., sliding, fade, or typewriter) for promotional or announcement text.
- Must be lightweight and reusable.
5. Sign In Modal¶
-
Create a modal for:
- “Create account for free”
- “Register” flow entry point
-
Ensure accessibility, focus trap, and responsive design.
6. Navbar Items¶
- Add dynamic navbar menu items based on config or props.
- Responsive collapse menu for mobile/tablet.
7. Search Functionality¶
- Implement search with keyword-based query params.
- Trigger API or client-side search based on keyword input.
- Add debouncing for better performance.
Updated by Md.Sajib Ahmed 5 months ago
- Subject changed from [FE]: Implement Reusable Navbar Section With Core Functionalities to [FE]: Navbar Section With Core Functionalities
Updated by Md.Sajib Ahmed 5 months ago
- Subject changed from [FE]: Navbar Section With Core Functionalities to [FE]: Navbar section with core functionalities
Updated by Md.Sajib Ahmed 5 months ago
- Related to ClientProject #3714: [HOME]: Responsive design and reusable component integrate added
Updated by Md.Sajib Ahmed 5 months ago
- Subject changed from [FE]: Navbar section with core functionalities to [C-FE]: Navbar section with core functionalities
- Target version deleted (
Revamp.v1.2: sprint 04)
Updated by Md.Sajib Ahmed 5 months ago
- Target version set to Revamp.v1.2: sprint 01
Updated by Md.Sajib Ahmed 4 months ago
- Status changed from Pending to In Progress
- % Done changed from 0 to 50
- Estimated time set to 8:00 h
Updated by Md.Sajib Ahmed 4 months ago
- Status changed from In Progress to Complete
- % Done changed from 50 to 100
Here is the github commit message
The Figma design does not include layouts for 1024px and 1440px screens.
Therefore, we need to create design ideas for these breakpoints and ensure they stay aligned with the existing design.
Actions