Skip to content

Commit

Permalink
Update app name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethkn committed Mar 29, 2024
1 parent 194ebe4 commit e67b367
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,31 @@
<div align="center">
<img src="favicon.ico" width="128" height="128" alt="App Icon" />
<h3>
🔄
<a href="https://kennethkn.github.io/chinese-to-cangjie-sucheng-converter/">
Chinese to Cangjie/Sucheng Converter (C2CJ/SC)
<a href="https://kennethkn.github.io/cangjie-sucheng-lookup/">
Cangjie/Sucheng Lookup (倉頡/速成查字)
</a>
</h3>
<p>
The ultimate tool for looking up Cangjie/Sucheng codes of Chinese characters
Lookup Cangjie/Sucheng codes for Chinese characters and punctuations.
</p>
<img src="./screenshot/dark.jpeg" alt="App Preview (Dark)" width="256" />
<img src="./screenshot/light.jpeg" alt="App Preview (Light)" width="256" />
</div>

## :rocket: Features Overview
## :rocket: Features

- Convert Chinese characters & punctuations to Cangjie/Sucheng codes
- Automatic conversions while typing
- Customizable output format options
- Clear button for instant input field clearing (with 5-second undo option)
- Straightforward and elegant UI (with dark mode!)
- Live conversions while typing
- Customizable output formats
- Clear input field with a single click (w/ 5sec undo)
- Elegant design with automatic light/dark mode
- No ads & open source

## :bulb: Try It

<https://kennethkn.github.io/chinese-to-cangjie-sucheng-converter/>
<https://kennethkn.github.io/cangjie-sucheng-lookup/>

## :handshake: Contributing

If you find any bugs or have suggestions for improvement, please feel free to create an issue.
Feel free to contribute to this project by creating issues or pull requests.

_p.s. Star this project if it helped, and follow me on my socials!_ 😉
If you find this project helpful, please consider giving it a star. :wink:
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
name="theme-color"
content="#000"
media="(prefers-color-scheme: dark)" />
<title>Chinese to Cangjie/Sucheng Converter (C2CJ/SC)</title>
<title>Cangjie/Sucheng Lookup 倉頡/速成查字</title>
<meta
name="description"
content="Convert Chinese characters to Cangjie/Sucheng codes. No Ads." />
content="Lookup Cangjie/Sucheng codes. No Ads. 倉頡/速成查字 無廣告" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
Expand Down

0 comments on commit e67b367

Please sign in to comment.