feat(projects): add oWARC

This commit is contained in:
Konstantin Zhigaylo 2025-06-25 10:45:22 +03:00
parent 84b9b70d80
commit 9dba71c619
3 changed files with 9 additions and 2 deletions

View File

@ -18,7 +18,7 @@ assignees: kostya-zero
**Current project status (select only one):**
- [ ] Unrelease (Not released, but in development)
- [ ] Unreleased (Not released, but in development)
- [ ] Active (Actively developed and maintained)
- [ ] Abandoned (Abandoned by author)

View File

@ -18,7 +18,7 @@ assignees: kostya-zero
**Updated project status (select only one, none if unchanged):**
- [ ] Unrelease (Not released, but in development)
- [ ] Unreleased (Not released, but in development)
- [ ] Active (Actively developed and maintained)
- [ ] Abandoned (Abandoned by author)

View File

@ -45,6 +45,13 @@ export default function Projects() {
description: "Coming Soon™",
tags: ["Unreleased", "WRAC", "RAC", "v2"],
},
{
name: "oWRAC",
authorId: "pansangg",
projectGit: "https://github.com/pansangg/oWRAC",
description: "An online WRAC client (works in web)",
tags: ["Unreleased", "WRAC", "v2"]
},
{
name: "cRACk",
authorId: "pansangg",