Skip to content

Commit 6c1b2f1

Browse files
committed
lp: updated example apps section.
1 parent 8902d89 commit 6c1b2f1

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

web/src/components/ExampleWaspApps.js

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,33 @@ import { GitHub, ArrowUpRight, Monitor } from 'react-feather'
55

66
const examples = [
77
{
8-
title: 'Waspello 📝',
9-
description: 'A Trello clone made with Wasp.',
10-
tags: ['Optimistic UI Updates'],
11-
level: 'Beginner',
8+
title: 'Todo App (TypeScript) ✅',
9+
description: 'A famous To-Do list app, implemented in TypeScript.',
1210
authorName: 'wasp',
1311
authorImg: 'https://avatars.githubusercontent.com/u/55102317',
14-
repoName: 'waspello-example-app',
15-
repoUrl: 'https://github.com/wasp-lang/wasp/tree/main/examples/waspello',
16-
demoUrl: 'https://waspello-demo.netlify.app/',
12+
repoName: 'todo-app-ts',
13+
repoUrl: 'https://github.com/wasp-lang/wasp/tree/main/examples/todo-app-in-typescript',
14+
//demoUrl: 'https://waspello-demo.netlify.app/',
1715
// todo: try in GitPod/Replit url
1816
},
1917
{
20-
title: 'Real World App 🐑',
21-
description: 'A Medium clone made with Wasp and Material UI.',
22-
authorName: 'wasp',
23-
authorImg: 'https://avatars.githubusercontent.com/u/55102317',
24-
repoName: 'real-world-app',
25-
repoUrl: 'https://github.com/wasp-lang/wasp/tree/main/examples/realworld',
26-
demoUrl: 'https://wasp-rwa.netlify.app/',
18+
title: 'CoverLetterGPT 🤖',
19+
description: 'Generate cover letters based on your CV and job description. Powered by ChatGPT.',
20+
authorName: 'vincanger',
21+
authorImg: 'https://avatars.githubusercontent.com/u/70215737',
22+
repoName: 'cover-letter-gpt',
23+
repoUrl: 'https://github.com/vincanger/coverlettergpt',
24+
demoUrl: 'https://coverlettergpt.xyz/',
2725
},
2826
{
29-
title: 'Waspleau 📊',
27+
title: 'Realtime voting via WebSockets 🔌',
3028
description:
31-
'A simple data dashboard that makes use of Wasp async jobs feature.',
29+
'A realtime, websockets powered voting app buit with Wasp in TypeScript.',
3230
authorName: 'wasp',
3331
authorImg: 'https://avatars.githubusercontent.com/u/55102317',
3432
repoName: 'waspleau-jobs-example',
35-
repoUrl: 'https://github.com/wasp-lang/wasp/tree/main/examples/waspleau',
36-
demoUrl: 'https://waspleau-app-client.fly.dev/',
33+
repoUrl: 'https://github.com/wasp-lang/wasp/tree/main/examples/websockets-realtime-voting',
34+
demoUrl: 'https://websockets-client-production.up.railway.app/login',
3735
},
3836
]
3937

0 commit comments

Comments
 (0)