Overview
A demonstration website created to showcase frontend development skills. Built for a fictional transport company called “Great Plains Transport.”
Landing page hero section with bold typography and call-to-action
Features
- Responsive Design - Works seamlessly on mobile, tablet, and desktop
- Component Architecture - Reusable React components
- Static Generation - Fast page loads with Next.js SSG
- Modern Styling - SCSS with Bootstrap utilities
Scroll-triggered animations on the “Why Choose Us?” section
Custom pie-menu style navigation component
Technical Highlights
Next.js
- Server-side rendering for SEO
- Automatic code splitting
- Image optimization
React
- Functional components with hooks
- Clean component hierarchy
- Props-based customization
Styling
- SCSS for maintainable styles
- Bootstrap grid system
- Custom animations and transitions
Purpose
This project served as a portfolio piece demonstrating:
- Ability to translate designs to code
- Understanding of modern web frameworks
- Clean, maintainable code practices