AutoExchange is a static website clone of AutoTrader, built using HTML and CSS. It serves as a conceptual prototype for a car marketplace platform tailored to the South African market. The site includes structured car listings, search tools, valuation services, and editorial content β all designed to simulate a real-world automotive trading experience.
This project was created to:
- Practice semantic HTML and responsive CSS layout techniques
- Explore real-world UI/UX patterns used in automotive marketplaces
- Build a modular, scalable front-end structure suitable for future backend integration
- Serve as a learning artifact for full stack certification and portfolio development
- Home Page: Featured listings (e.g., Volkswagen Polo, Hyundai Accent, Ford Ranger)
- Buy a Car: Filter and browse vehicles by brand, model, location
- Sell My Car: Form-based interface for submitting car details
- Value My Car: Static valuation tool with mock input/output
- News & Reviews: Editorial articles (e.g., Toyota Hilux Legend 55 Review)
- Tools & Services: Finance calculator, insurance info, K53 guides
- Responsive top bar with links to major sections
- Sign In / Register options (non-functional placeholders)
- Footer with social media icons and company links
- Mobile-first layout using Flexbox
- Adaptive sections for listings, forms, and content blocks
- Clean typography and spacing for readability
Technology | Purpose |
---|---|
HTML | Semantic structure and content layout |
CSS | Styling, positioning, responsive design |
No JavaScript or backend logic is included β this is a front-end-only prototype.
autoexchange/
βββ index.html # Home page
βββ about.html # About AutoExchange
βββ buy.html # Buy a car
βββ sell.html # Sell my car
βββ value.html # Car valuation tool
βββ news.html # News & reviews
βββ tools.html # Tools & services
βββ styles/
β βββ styles.css # Global styles
βββ assets/
β βββ images/ # Placeholder car images
β βββ icons/ # Social media and UI icons
βββ README.md
βββ LICENSE
βββ .gitignore