https://github.com/sakan811/sakuyado
Discover the ideal accommodation with a Review/Price analyzer.
https://github.com/sakan811/sakuyado
booking css data data-science django docker flask hotel hotel-booking hotels html javascript react webapp webscraping webscraping-data webscrapping webscrapping-python website
Last synced: about 2 months ago
JSON representation
Discover the ideal accommodation with a Review/Price analyzer.
- Host: GitHub
- URL: https://github.com/sakan811/sakuyado
- Owner: sakan811
- License: agpl-3.0
- Created: 2023-11-25T16:48:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-17T09:57:42.000Z (12 months ago)
- Last Synced: 2025-06-17T10:41:20.853Z (12 months ago)
- Topics: booking, css, data, data-science, django, docker, flask, hotel, hotel-booking, hotels, html, javascript, react, webapp, webscraping, webscraping-data, webscrapping, webscrapping-python, website
- Language: TypeScript
- Homepage: https://saku-yado.vercel.app/
- Size: 51.6 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SakuYado 🌸
A beautiful web application that helps you find the best value accommodations by calculating a **Review/Price Score** for each hotel you input.
## Features
- **Hotel Value Scoring**: Automatically calculates value scores using three strategies (Balanced, Strict Budget, Quality First).
- **Side-by-side Comparison**: Compare multiple hotels and rank them by their value.
- **Currencies**: Supports entry of 50+ fiat currencies to record prices accurately.
- **Persistent Storage**: Uses your browser's `localStorage` so you don't lose your hotel lists when you leave.
- **Mobile-first Design**: Highly responsive design scaling beautifully from 375px up to desktop resolutions.
## Status
[](https://github.com/sakan811/SakuYado/actions/workflows/cypress.yml)
[](https://github.com/sakan811/SakuYado/actions/workflows/web-app-test.yml)
## How to Use
### 🌐 Vercel (Recommended)
Simply visit: ****
### 💻 Local Development
1. Setup [pnpm](https://pnpm.io/installation)
2. Clone the repository:
```bash
git clone https://github.com/sakan811/SakuYado.git
cd SakuYado
```
3. Install dependencies:
```bash
pnpm install
```
4. Run the development server:
```bash
pnpm run dev
```
5. Open