Web application built with React and Ant Design, featuring a responsive header, custom navigation bar, and layout components.
- React
- Ant Design
- Vite (for fast local development)
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-namenpm installnpm run devsrc
├──assets
│ ├── Components/
│ │ └── navBar.jsx (All self-customized components should be here)
│ ├── ui-config/
│ │ └── navBarConfig.js (Component logic eg. navBar item and routing)
│ ├── pages/
│ │ └── Home.jsx
│
│
├── App.jsx
└── main.jsx