Skip to content

PawFinder is a web app that helps lost pets find their way back home.

Notifications You must be signed in to change notification settings

MananKanani5/PawFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PawFinder

PawFinder is a web app that helps lost pets find their way back home.

Note: The information on this website is generated using ChatGPT as part of a college project. This site is not currently live.

PawFinder Brand Book

Live Preview: www.manankanani.in/pawfinder

PawFinder.1.mp4

About PawFinder

PawFinder is a compassionate and user-friendly responsive web app dedicated to addressing the heart-wrenching issue of lost pets. At the heart of PawFinder is a contemporary web development stack, combining the power of HTML, CSS, and JavaScript to craft an interface. In the backend, I've used PHP to ensure the secure handling of data, and I rely on the reliability of a MySQL database to safeguard the precious information collected. The result is a web app that offers a seamless and optimized viewing experience on a wide range of devices, including desktop computers, tablets, and mobile phones. Whether you're searching for a lost pet from the comfort of your home or on the go, PawFinder is there to assist.

PawFinder is more than just technology; it's a movement, a collective effort to bring solace and joy back to pet owners who have lost their cherished companions. I understand the deep distress that comes with a lost pet, and my platform is designed to streamline the process of reuniting them with their loving families. It's a digital space where empathy and support thrive.

Steps to Run the Project

  1. Download XAMPP: Install XAMPP to set up the server and database environment.

  2. Move Project Folder: Move the project folder to the XAMPP installation directory under htdocs/.

  3. Create Database: Open phpMyAdmin and create a new database, e.g., pawfinder.

  4. Import Tables: Import tables from the provided SQL file located at sampledata/pawfinder.sql.

  5. Update Connection Settings: Modify the connection.php file to match your database credentials:

    // Update these according to your database settings
    $dbHost = 'localhost';
    $dbUser = 'admin';
    $dbPass = 'admin';
    $dbName = 'pawfinder';
  6. Run the Project: Open your web browser and navigate to http://localhost/Project_folder_name/ to access the project.

Technolgies

HTML5 CSS3 JavaScript jQuery PHP MySQL Canva Adobe Creative Cloud

PawFinder © 2023 Developed by Manan Kanani