https://github.com/nesarw/travel-recommendations-website
A Travel Recommendation Website Project in PHP
https://github.com/nesarw/travel-recommendations-website
css html javascript php sql
Last synced: 3 months ago
JSON representation
A Travel Recommendation Website Project in PHP
- Host: GitHub
- URL: https://github.com/nesarw/travel-recommendations-website
- Owner: nesarw
- Created: 2024-03-15T16:59:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T13:55:29.000Z (over 1 year ago)
- Last Synced: 2025-02-21T15:51:47.404Z (over 1 year ago)
- Topics: css, html, javascript, php, sql
- Language: CSS
- Homepage:
- Size: 4.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```markdown
# 🌍 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`:
```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! 🚀