ZH3 is a small front-end mini app created by the kiki Team (two students from Zhayyl Baatyr Lyceum). It shows live Ethereum price charts, a simple currency-to-ETH converter, links to a MetaMask login page, a couple of mini-games, and contact information. The app is built with plain HTML/CSS/JavaScript and uses Chart.js, Swiper, web3, and CoinGecko public APIs.

Live demo: https://nurbol876.github.io/ZH3/

Features

Tech & Libraries

Repo structure (key items)

Quick start (run locally)

  1. Clone the repository:
    git clone https://github.com/Nurbol876/ZH3.git
    cd ZH3
  2. Serve with a static server (recommended) or open index.html directly. Example with Python:
    # Python 3
    python3 -m http.server 8000
    # then open http://localhost:8000/

Notes: Chart and converter fetch live data from CoinGecko (no API key). To use MetaMask features, open in a browser with MetaMask installed. If you see fetch/CORS issues opening the file directly, use a local server as shown above.

Development notes

Page references

Contact / Authors

kiki Team — two students from Zhayyl Baatyr Lyceum

Contributing

Contributions welcome.

  1. Fork the repo
  2. Create a branch for your change
  3. Open a pull request describing your changes

Please include notes for any JS logic you change.

License

No license file is included. If you wish to make the project open source, consider adding a license like MIT (LICENSE).

Acknowledgements