Skip to content

Aditya-Mohite/TRIPIFY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRIPIFY ⛰️

Overview

TRIPIFY is a user-friendly travel website designed to make hotel searches simple and efficient. By integrating the powerful Google API, TRIPIFY allows users to effortlessly find hotels in any city across the globe, providing real-time results that help them choose the best accommodation for their needs.

The platform is built with a strong emphasis on user experience and security. Users can easily sign up and log in, with the added convenience of a "Forgot Password" option. To ensure that all email addresses used on the site are genuine, TRIPIFY implements OTP (One-Time Password) verification during account creation and password recovery.

TRIPIFY isn't just about finding hotels; it's about creating an interactive experience for users. The website includes a feedback form where users can share their thoughts and suggestions, helping to continually improve the service. The responsive design, ensures that TRIPIFY delivers a smooth experience on any device, whether you're using a desktop, tablet, or smartphone.

On the backend, TRIPIFY uses PHP and MySQL, providing a stable and scalable infrastructure to manage user data and hotel information efficiently. The combination of modern web technologies like HTML, CSS, JavaScript makes TRIPIFY a comprehensive and reliable platform for travelers looking to find the perfect hotel and for developers interested in building sophisticated web applications.

Screenshots

  • Homepage:

    Homepage

  • Sign-Up:

    Sign-Up

  • OTP Verification:

    OTP Verification

  • Hotel Search:

    Hotel Search

  • Review System:

    Review System

  • Feedback Form:

    Feedback Form

Features 🔥

  • User Authentication:
    • Sign-Up/Login
    • Forgot Password with OTP verification
  • OTP Verification: Ensures the authenticity of email addresses.
  • Hotel Search: Integrated with Google API for real-time hotel search in any selected city.
  • Feedback Form: Users can submit their feedback and reviews.
  • Rating System: Users can give ratings to the searches and the results.

Technologies Used ⚒️

  • Frontend: HTML, CSS, JavaScript
  • Backend: PHP, MySQL
  • API: Google API for hotel search

Installation

Prerequisites

  • XAMPP/WAMP (for PHP and MySQL)
  • Composer (for PHP dependencies, if needed)

Steps

  1. Clone the repository:
    git clone https://github.com/Aditya-Mohite/TRIPIFY.git
    
  2. Start the XAMPP control panel and ensure Apache and MySQL are running.
  3. Access phpMyAdmin via http://localhost/phpmyadmin/
  4. Create a new database (e.g., travel_website_db).
  5. Import the provided SQL file into this database.
  6. Update the database configuration in the config.php file with your database name, username, and password.
  7. Place the backend files in the htdocs directory within your XAMPP installation (e.g., C:\xampp\htdocs\travel-website).
  8. Ensure that the main0.php file is in the root directory of the project, as it is the entry point for the application.


if (youEnjoyed) {

    starThisRepository();
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published