Skip to content

amonsalv/hotelesquimbaya

Repository files navigation

Quimbaya Hotels

Welcome to the Quimbaya Hotels repository! This repository contains the source code of a project created with Angular, a web application development platform.

Project description

The goal of this project is to develop a web application using Angular that allows users to search, book and manage hotel rooms in the city of Quimbaya. The application provides an intuitive and friendly interface for users to browse different hotels, view details of available rooms, make reservations and manage their existing reservations.

Technologies used

The project has been developed using the following technologies:

  • Angular: It is an open source web application development framework based on TypeScript. Angular allows to create single page applications (SPA) in an efficient and scalable way.

  • HTML**: Used to define the structure and content of web pages.

  • CSS**: Used to style and design web pages.

  • TypeScript**: It is a programming language based on JavaScript that adds additional features, such as static typing, providing greater robustness to the code.

Repository structure

The repository is organized as follows:

  • app/: This folder contains the source code of the Angular application.
  • docs/`: Here you will find additional documentation related to the project.
  • tests/`: This folder contains the test files for the code.
  • README.md: This file, which you are currently reading, provides general information about the repository.

Setting up the development environment

To set up the development environment and run the project locally, follow the steps below:

  1. Clone this repository on your local machine using the following command:

    git clone https://github.com/amonsalv/hotelesquimbaya.git
    
  2. Access the project directory:

    cd hotelesquimbaya
    
  3. Install the project dependencies by executing the following command:

    npm install
    
  4. Start the application locally:

    npm start
    

    This will start a development server and the application will be available in your browser at the address http://localhost:4200.

Contributions

If you wish to contribute to this project, we welcome you! You can do so by following the steps described in the Contributions section of the README.md file in the repository.

Issues

If you encounter any problems or have any suggestions for improving this project, please open an issue in this repository. We will be happy to help you.

License

This project is licensed under the MIT license. Please read the LICENSE file for more details.

Contact us

If you have any questions or queries related to this project, you can contact me through my email address: [email protected]

Thank you for your interest in the Quimbaya Hotels project! We hope it will be useful and you will contribute to improve it.