A beautiful web application that helps you find the best value accommodations by calculating a Review/Price Score for each hotel you input.
- 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! 🌸
Simply visit: https://saku-yado.vercel.app/
-
Install Docker Desktop
-
Clone this repository:
git clone https://github.com/sakan811/SakuYado.git cd SakuYado
-
Run with Docker Compose:
docker compose --profile pull up -d
-
Setup pnpm
-
Clone the repository:
git clone https://github.com/sakan811/SakuYado.git cd SakuYado
-
Install dependencies:
pnpm install
-
Run the development server:
pnpm run dev