Welcome to the Quimbaya Hotels repository! This repository contains the source code of a project created with Angular, a web application development platform.
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.
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.
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.
To set up the development environment and run the project locally, follow the steps below:
-
Clone this repository on your local machine using the following command:
git clone https://github.com/amonsalv/hotelesquimbaya.git
-
Access the project directory:
cd hotelesquimbaya
-
Install the project dependencies by executing the following command:
npm install
-
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
.
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.
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.
This project is licensed under the MIT license. Please read the LICENSE
file for more details.
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.