Skip to content

Commit dfec5d8

Browse files
committed
Add rust-backend-web-frontend to projects
1 parent 09cf036 commit dfec5d8

1 file changed

Lines changed: 40 additions & 6 deletions

File tree

src/pages/projects.js

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ export default function Projects({ data }) {
2929

3030
<Project>
3131
<h3>
32+
📄{' '}
3233
<OutboundLink href="https://github.com/testingrequired/reqlang">
33-
📄 Request Language (reqlang)
34+
Request Language (reqlang)
3435
</OutboundLink>
3536
</h3>
3637

@@ -105,8 +106,37 @@ export default function Projects({ data }) {
105106

106107
<Project>
107108
<h3>
109+
🧱{' '}
110+
<OutboundLink href="https://github.com/kyleect/rust-backend-web-frontend">
111+
rust-backend-web-frontend
112+
</OutboundLink>
113+
</h3>
114+
115+
<Tags>
116+
<Tags.Tag>rust</Tags.Tag>
117+
<Tags.Tag>typescript</Tags.Tag>
118+
<Tags.Tag>react</Tags.Tag>
119+
<Tags.Tag>project-template</Tags.Tag>
120+
<Tags.Tag>webview</Tags.Tag>
121+
</Tags>
122+
123+
<p>
124+
A project template for create tiny single binary web applications.
125+
</p>
126+
127+
<ul>
128+
<li>Rust/Axum API Backend</li>
129+
<li>SPA frontend</li>
130+
<li>Optionally served through a native webview</li>
131+
<li>Very small single binary builds</li>
132+
</ul>
133+
</Project>
134+
135+
<Project>
136+
<h3>
137+
👻{' '}
108138
<OutboundLink href="https://github.com/egonlang/egonlang">
109-
👻 Egon
139+
Egon
110140
</OutboundLink>
111141
</h3>
112142

@@ -126,8 +156,9 @@ export default function Projects({ data }) {
126156

127157
<Project>
128158
<h3>
159+
🔓{' '}
129160
<OutboundLink href="https://github.com/kyleect/locks">
130-
🔓 Locks
161+
Locks
131162
</OutboundLink>
132163
</h3>
133164

@@ -209,8 +240,9 @@ export default function Projects({ data }) {
209240

210241
<Project>
211242
<h3>
243+
🧯{' '}
212244
<OutboundLink href="https://github.com/testingrequired/attempted">
213-
🧯 Attempted
245+
Attempted
214246
</OutboundLink>
215247
</h3>
216248

@@ -225,8 +257,9 @@ export default function Projects({ data }) {
225257

226258
<Project>
227259
<h3>
260+
🌌{' '}
228261
<OutboundLink href="https://github.com/testingrequired/bespin">
229-
🌌 Bespin
262+
Bespin
230263
</OutboundLink>
231264
</h3>
232265

@@ -242,8 +275,9 @@ export default function Projects({ data }) {
242275

243276
<Project>
244277
<h3>
278+
📕{' '}
245279
<OutboundLink href="https://github.com/testingrequired/the-testing-book">
246-
📕 The Testing Book
280+
The Testing Book
247281
</OutboundLink>
248282
</h3>
249283

0 commit comments

Comments
 (0)