1. This personal site

A personal website built with Hugo using the PaperMod theme. Some of the HTML and CSS have been customized to my preferences. Deployment is automated using GitHub Actions.

GitHub Repo: yuanhes.github.io

2. Watchlist

A demo application built as practice by following the online tutorial Flask 入门教程 (Grey Li).

GitHub Repo: watchlist

Deployed at: watchlist.yuanhes.com

3. Four-Corner Index to Text

A toy app for converting four-corner indices into Chinese text.

GitHub Repo: 4CornerIndex-to-Text

Deployed at: yuanhes.com/translate_4CI

4. Nativo

A language learning app that uses AI to generate idiomatic expressions based on given scenarios or sentences, with a flashcard feature for memorization.

Project structure

  • backend/ FastAPI + SQLite
  • frontend/ React + Vite

The project also uses a largely automated CI/CD workflow based on GitHub Actions.

Deployed at: nativo.yuanhes.com