npmStart0 / client

MIT License
3 stars 9 forks source link

Create top navigation #12

Closed dinilandy closed 2 weeks ago

dinilandy commented 2 months ago
  1. Utilize an array to store page names and corresponding routings dynamically.
  2. Ensure the navigation component supports easy addition and removal of pages without hardcoding.
  3. Utilize Material-UI (MUI) components for the design and styling of the navigation component.
  4. Follow best practices for component design, including appropriate styling and structure