Skip to content

VKoder/assignment

Repository files navigation

Assignment - FreightGo

A frontend website for a freight and logistics company, built as a university assignment. The site covers the core sections you would expect from a logistics business — services, about, testimonials, and a contact form.


Tech Stack

  • React 19
  • Vite
  • Tailwind CSS v3
  • Lucide React (icons)
  • PostCSS / Autoprefixer

Setup

Make sure you have Node.js installed, then run the following:

npm install
npm run dev

The dev server will start at http://localhost:5173 by default.

To build for production:

npm run build

Features

Completed

  • Navbar with dark/light mode toggle and mobile menu
  • Hero section
  • About section
  • Features section
  • Services section with service cards
  • Trusted By / client logo strip
  • Testimonials section
  • Contact form section
  • Footer
  • Dark mode support via React context
  • Responsive layout for mobile and tablet

Releases

No releases published

Packages

 
 
 

Contributors