YADO is a frontend project based on Angular that allows users to authenticate to save favorite hotels and add new hotels. This project integrates with the YADO - Backend API, which is developed in ASP .NET Core. The main goal of YADO is to save time and money for travelers when searching for hotels. It gathers information from multiple hotel websites and provides users with a more efficient way to find cost-effective and suitable options for their travel needs.
- Node.js installed on your system.
- Angular CLI installed globally.
- pnpm installed globally.
- Clone this repository to your local machine.
git clone https://github.com/YadoGo/yado-frontend.git
- Navigate to the project directory.
cd yado-frontend
- Install project dependencies using pnpm.
pnpm install
- Start the development server.
ng serve
- Open your browser and navigate to
http://localhost:4200/
. The application will automatically reload if you make changes to the source files.
- Frontend Technology: Angular
- Frontend Design: Tailwind CSS and Daisy UI
- Backend Technology: ASP .NET Core (YADO - Backend)
- License: MIT License
If you want to contribute to this project, follow these steps:
- Fork the repository.
- Create a branch for your new feature:
git checkout -b feature/awesome-feature
. - Make your changes and commit:
git commit -m 'Add an awesome feature'
. - Push your changes to your fork:
git push origin feature/awesome-feature
. - Open a pull request in the main repository.
This project is licensed under the MIT License. See the LICENSE file for more details.