A streamlined, responsive logistics landing page built with React and Vite.
- Framework: React (Vite)
- Routing: React Router
- Styling: CSS Modules
- Icons: React Icons
Landing: Main overview and welcome page.Tracking: Real-time shipment tracking interface.Services: Detailed list of logistics and freight offerings.AboutUs: Company history and mission statement.Career: Job opportunities and recruitment information.ContactUs: Inquiry form and office locations.NotFound: Custom 404 error page.
Header: Global navigation bar.Hero: Impactful landing section with call-to-action.Footer: Global site footer with links and social icons.
-
Clone the repository:
git clone https://github.com/yourusername/admiral-trucker.git
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Build for production:
npm run build