Skip to content

sakan811/SakuYado

Repository files navigation

SakuYado 🌸

A beautiful web application that helps you find the best value accommodations by calculating a Review/Price Score for each hotel you input.

What it does

  • Add hotel information (name, price, rating, currency)
  • Automatically calculates value scores (Rating ÷ Price)
  • Ranks hotels by best value
  • Compare multiple hotels side-by-side

Higher scores = better value for money! 🌸

Status

Docker CI

Web App Test

How to Use

🌐 Vercel (Recommended)

Simply visit: https://saku-yado.vercel.app/

🐳 Docker

  1. Install Docker Desktop

  2. Clone this repository:

    git clone https://github.com/sakan811/SakuYado.git
    cd SakuYado
  3. Run with Docker Compose:

    docker compose --profile pull up -d
  4. Open http://localhost:3000

💻 Local Development

  1. Setup pnpm

  2. Clone the repository:

    git clone https://github.com/sakan811/SakuYado.git
    cd SakuYado
  3. Install dependencies:

    pnpm install
  4. Run the development server:

    pnpm run dev
  5. Open http://localhost:3000