Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 1.8 KB

README.md

File metadata and controls

70 lines (43 loc) · 1.8 KB

JavaScript Tour Travels

This project is a dynamic web application designed for exploring travel destinations and planning trips. Built using JavaScript, it provides an interactive interface for users to browse and learn about various travel options.

Features

  • Interactive user interface to explore travel destinations
  • Information about various tours and travel packages
  • Responsive design for accessibility on different devices
  • Easy navigation between different sections of the application

Project Visuals

Below are some visuals of the project:

Home Page

Home Page

Login Page

Login Page

Getting Started

Prerequisites

  • A web browser (Chrome, Firefox, etc.)

How to Clone the Project

To clone this project to your local machine, follow these steps:

  1. Open your terminal or command prompt.
  2. Navigate to the directory where you want to clone the project.
  3. Run the following command:
git clone https://github.com/BhoomiGohil/JS-Travel-Agency.git
cs JS-Travel-Agency/html
open Home.html

How to Run the Project on a Server

If you are using Visual Studio Code, you can run this project using the Live Server extension. Follow these steps:

  1. Navigate to Extensions in the sidebar.
  2. Search for "Live Server" and install it.
  3. Once installed, right-click on the Home.html file and click on Open with Live Server.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Learning Outcomes

Completing this project has helped me:

  • Understand the implementation of responsive design principles.
  • Gain hands-on experience with user authentication flows.
  • Improve my skills in HTML, CSS, and JavaScript.

Acknowledgements

Inspired by various travel resources and JavaScript tutorials.

Happy Coding!