Skip to content

anthonyc-r/Classifieds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

classifieds-web-app

A simple website for advertising stuff for sale.

Tools

  • PHP 7
  • SQLite 3
  • HTML
  • CSS

Notes

  • The database schema can be found in DB/initDB.php.
  • The project uses a simple MVC layout.

Features

  • View, create and delete ad listings.
  • Search ad listings.
  • Filter listings based on price, and creator.
  • Register, log in, log out.
  • View and edit user information.

Screenshots

Screenshot of the primary view

Possible Improvements

  • Add photo photos for listings.
  • Add google captcha on sign up. Very easy to create spam accounts at the moment
  • Add email based verification. Same as above, this would also help
  • Improved design. Looks very dull at the moment, and isn't responsive.
  • Sort by distance. A free database of postcodes and coordinates exists which could be used to implement this
  • AJAX. Improved filtering using AJAX
  • Google maps integration. Could be used to display listing locations

About

A website for advertising stuff.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published