update links & names

This commit is contained in:
Nathaniel Tampus
2023-11-20 17:28:18 +08:00
parent 7d8d8850c0
commit a8c8b2e199
5 changed files with 9 additions and 9 deletions

View File

@@ -1,16 +1,16 @@
Notes from the maintainer:
> I started this project when I was still new to TS and full-stack development. Bad practices, confusing patterns, and messed up types are everywhere. Suggestions for improvements are very much welcome!
> The client is currently being rewritten at the `frontend-refactor` branch ([#24](https://github.com/ninetynize/chessu/pull/24)). Contributions to `main` that involve the frontend may get overwritten, but I'll try to cherry-pick those that can be applied to the new branch.
> The client is currently being rewritten at the `frontend-refactor` branch ([#24](https://github.com/ntampus/chessu/pull/24)). Contributions to `main` that involve the frontend may get overwritten, but I'll try to cherry-pick those that can be applied to the new branch.
<h1 align="center">
<img src="./assets/chessu.png" alt="chessu" height="128" />
</h1>
<p align="center">
<a href="https://ches.su">
<img src="https://img.shields.io/github/deployments/ninetynize/chessu/Production?label=deployment&style=for-the-badge&color=blue" alt="ches.su" />
<img src="https://img.shields.io/github/deployments/ntampus/chessu/Production?label=deployment&style=for-the-badge&color=blue" alt="ches.su" />
</a>
<img src="https://img.shields.io/github/last-commit/ninetynize/chessu?style=for-the-badge" alt="Last commit" />
<img src="https://img.shields.io/github/last-commit/ntampus/chessu?style=for-the-badge" alt="Last commit" />
</p>
<p align="center">Yet another Chess web app. Live demo at <a href="https://ches.su">ches.su</a>.</p>
@@ -25,7 +25,7 @@ Notes from the maintainer:
- _optional_ user accounts for tracking stats and game history
- ~~play solo against Stockfish~~ (wip)
- mobile-friendly
- ... and more ([view roadmap](https://github.com/users/ninetynize/projects/2))
- ... and more ([view roadmap](https://github.com/users/ntampus/projects/2))
Built with Next.js 13, Tailwind CSS + daisyUI, react-chessboard, chess.js, Express.js, socket.io and PostgreSQL.