Skip to content

nesarw/Travel-Recommendations-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 🌍 Travel Recommendations Website

## 📌 Overview
The **Travel Recommendations Website** is a **PHP-based web application** that helps users find and book travel experiences. It features **user authentication, feedback submission, and travel recommendations**.

 📂 Project Structure
nesarw-travel-recommendations-website/
│── README.md                   # Project Documentation
│── index.php                    # Homepage
│── homepage.php                 # Main dashboard
│── login.php                    # User login functionality
│── logout.php                   # User logout functionality
│── book.php                     # Booking system
│── feedback.php                 # Feedback form
│── feedback1.php                 # Feedback processing
│── feedbackdisplay.php           # Displaying feedback
│── account.php                   # User account management
│── accountdisplay.php            # Account details display
│── accountdisplay1.php           # Additional account details
│── connection.php                # Database connection
│── config.php                    # Database configuration
│── delete.php                    # Delete user account
│── script.js                     # JavaScript for UI interactions
│── app.js                         # Frontend scripts
│── style1.css - style9.css        # Styling for the website
│── image/
│   └── changla.webp               # Sample image for UI


## 🚀 Getting Started

### 1️⃣ Prerequisites
Ensure you have the following installed:
- **XAMPP / WAMP (For PHP and MySQL Server)**
- **Web Browser (Chrome, Firefox, Edge, etc.)**
- **VS Code / Sublime Text (Recommended IDEs)**

### 2️⃣ Installation
Clone the repository and set up the database:
```bash
git clone https://github.com/nesarw/nesarw-travel-recommendations-website.git
cd nesarw-travel-recommendations-website

3️⃣ Database Setup

  • Import the SQL database in phpMyAdmin.
  • Update database credentials in config.php and connection.php:
$mysqli = new mysqli("localhost", "root", "", "travel");

4️⃣ Running the Application

  1. Start Apache and MySQL in XAMPP/WAMP.
  2. Place the project folder inside the htdocs directory.
  3. Open your browser and visit:
    http://localhost/nesarw-travel-recommendations-website/
    

🔥 Features

User Authentication (Login, Logout, Registration)
Travel Recommendations & Booking System
User Feedback Submission & Display
Secure Database with PHP & MySQL
Responsive UI with HTML, CSS, JavaScript

📜 License

This project is licensed under the MIT License.

🤝 Contributing

Contributions are welcome!
Fork the repo, create a branch, and submit a Pull Request.


Star this repo if you found it helpful!


This `README.md` includes:
- A **structured project overview**
- **Installation and setup guide**
- **Database configuration**
- **Features and usage instructions**
- **Contribution guidelines**

Copy and paste this directly into your **GitHub repository**. Let me know if you need any modifications! 🚀

About

A Travel Recommendation Website Project in PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors