Skip to content

DimaShamoev/ebay-php-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eBay Clone (Php 🐘)

simple eBay-style web application built using pure PHP. Users can create an account, log in, list items for sale, and view items added by others. The app uses MySQL to manage item and user data, and cookies to handle user login states. Designed without any frameworks, it focuses on core PHP features and standard web technologies like HTML and CSS to deliver a basic marketplace experience

Technologies Used 🛠

  • PHP (no framework)
  • HTML / CSS / js
  • MySQL
  • PhpMyAdmin

Features ✨️

  • User registration and login
  • List items with title, description, and price
  • Browse all items
  • Basic user dashboard
  • Simple admin panel

Getting Started 🚀

  1. Clone the repository
$ git cline https://github.com/DimaShamoev/ebay-php-clone
  1. Import the database

    • Import ebay_database.sql into your MySQL server
  2. Run the app:

    • Place the project in your htdocs folder
    • Open localhost/ebay-clone-php in your browser

Live Preview 🎥

View Live Demo

About

eBay-style app built with pure PHP. Users can register, log in, list, and browse items. It uses MySQL for data and cookies for login, with no frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors