/yado-frontend

yado-frontend.vercel.app

Primary LanguageHTMLMIT LicenseMIT

YADO - Frontend

Index

Introduction

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.

Requirements

Installation

  1. Clone this repository to your local machine.
git clone https://github.com/YadoGo/yado-frontend.git
  1. Navigate to the project directory.
cd yado-frontend
  1. Install project dependencies using pnpm.
pnpm install

Usage

  1. Start the development server.
ng serve
  1. Open your browser and navigate to http://localhost:4200/. The application will automatically reload if you make changes to the source files.

Features

Contribution

If you want to contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a branch for your new feature: git checkout -b feature/awesome-feature.
  3. Make your changes and commit: git commit -m 'Add an awesome feature'.
  4. Push your changes to your fork: git push origin feature/awesome-feature.
  5. Open a pull request in the main repository.

License

This project is licensed under the MIT License. See the LICENSE file for more details.