Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 514 Bytes

File metadata and controls

27 lines (22 loc) · 514 Bytes

Used Cars – Web Application

A PHP & MySQL web application for managing used car listings.

Features:

  • User registration & activation
  • Login / Logout
  • Add car listings
  • Upload car images
  • View listings
  • Search functionality
  • Dark / Light mode UI

Tech Stack:

  • PHP
  • MySQL
  • Bootstrap 5
  • JavaScript
  • particles.js

Setup:

  1. Import sql/webcars.sql into MySQL
  2. Configure database credentials in includes/db.php
  3. Run the project via Apache (XAMPP)

Note: The uploads folder is kept empty intentionally.