Overview
The HK Bus ETA React Test is an ad-free bus ETA site for Hong Kong that provides arrival times from various bus and transportation services in Hong Kong, including KMB, LWB, CTB, NLB, green minibus, light rail, and MTR. It aims to provide users with a clutter-free UI and fast access to the information they need.
Features
- Integration of bus arrival times from KMB, LWB, CTB, NLB, green minibus, light rail, and MTR.
- Ad-free user interface.
- Clutter-free design for quick and easy access to information.
Installation
To install the HK Bus ETA React Test theme, follow these steps:
- Clone the project from the repository.
- Configure the package.json file with the necessary settings, such as homepage and Google Analytics Measure ID.
- Install the required dependencies by running the command
yarn install
. - Start the development server by running the command
yarn start
. - Open your browser and go to http://localhost:3000 to view the app.
To build the app for production:
- Run the command
yarn build
. - The app will be built in the
build
folder. - The build is optimized and ready for deployment.
For more information on using Docker for deployment and development, refer to the docker.md
file.
Summary
The HK Bus ETA React Test is a web app that provides ad-free bus ETA information for Hong Kong. It integrates arrival times from various bus and transportation services and offers a clutter-free user interface for quick access to the desired information. The app can be installed and hosted for personal use, and there are instructions available for Docker deployment.