Technologies used:
- React.js
- Tailwind CSS
- Shadcn UI
- Lucide Icons
-
Responsive Design
The site adapts seamlessly to all screen sizes—desktops, tablets, and mobiles—for a consistent user experience. -
Light/Dark Theme Switch
Users can toggle between light and dark modes, enhancing accessibility and personalizing the interface. -
Intuitive Navigation Bar
A responsive nav bar with dropdowns, crafted using Shadcn UI, supports keyboard navigation and ARIA roles for full accessibility. -
Smooth & Modern UI
Shadcn UI components deliver a polished, customizable design with fluid animations, paired with Lucide Icons for visual clarity and appeal. -
Reusable Components
React.js enables modular buttons, cards, and sliders, streamlining development and ensuring a cohesive look across the site. -
Performance Optimized
Leveraging React.js, the site offers fast load times and smooth interactions, critical for logistics users seeking quick access to information.
Deployed URL: https://cargo-ton-logistics.vercel.app
Here’s a straightforward walkthrough to launch this project on your machine.
Make sure you have the following installed:
- Node.js
-
Clone the Project:
git clone https://github.com/DevAnuhas/cargo-ton.git
-
Install all dependencies:
npm install --legacy-peer-deps
-
Run the project:
npm run dev
-
Open in browser:
Access the application through the link displayed in your terminal.
To create a production-ready build:
-
Run the build command:
npm run build
-
The build files will be saved in the
distfolder. You can upload this folder to your hosting server.
If you encounter issues while running the project, ensure that:
- Node.js is correctly installed.
- You’re in the correct project directory.
- All dependencies are installed without errors.