A multilingual web application for checking available reservation times for Cheong Wa Dae (Blue House) tours in South Korea.
- Multilingual Support: English, Korean, and Chinese interfaces
- Real-time Availability Check: Scans next 30 days for open slots
- User-Friendly Interface: Clean, responsive design with intuitive controls
- Quick Reservation Access: Direct link to official reservation page when slots are available
- Persistent Preferences: Remembers your language choice between visits
-
Access the Tool:
- Live Demo: https://maicarons.github.io/CheongWaDaeChecker/
- Or visit https://cheongwadaechecker.maicarons.cc/
- Or clone this repository and open
public/index.html
in your browser
-
Check Availability:
- Click the "Check Available Times" button
- Wait for the scan to complete (typically takes 10-20 seconds)
-
Make Reservation:
- If slots are available, click "Go to Reservation Page"
- Complete your booking on the official Cheong Wa Dae website
Language | Button | Status |
---|---|---|
English | ✅ | ✅ |
한국어 | ✅ | ✅ |
中文 | ✅ | ✅ |
- Frontend: Pure HTML/CSS/JavaScript (no frameworks)
- i18n Implementation: Custom lightweight translation system
- API: Direct calls to Cheong Wa Dae's public reservation interface
- Compatibility: Works on all modern browsers
- Due to browser CORS restrictions, you may need to:
- Use the live demo version, or
- Run a local server (e.g., ```bash
python -m http.server
- Configure your browser to allow cross-origin requests for API access
Contributions are welcome! Please open an issue or pull request for:
- Additional language translations
- UI/UX improvements
- Bug fixes
This project is licensed under the GPLv3.0 License - see the LICENSE file for details.
Created by Maicarons