@@ -5,35 +5,33 @@ import { GitHub, ArrowUpRight, Monitor } from 'react-feather'
5
5
6
6
const examples = [
7
7
{
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.' ,
12
10
authorName : 'wasp' ,
13
11
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/',
17
15
// todo: try in GitPod/Replit url
18
16
} ,
19
17
{
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 /' ,
27
25
} ,
28
26
{
29
- title : 'Waspleau 📊 ' ,
27
+ title : 'Realtime voting via WebSockets 🔌 ' ,
30
28
description :
31
- 'A simple data dashboard that makes use of Wasp async jobs feature .' ,
29
+ 'A realtime, websockets powered voting app built with Wasp in TypeScript .' ,
32
30
authorName : 'wasp' ,
33
31
authorImg : 'https://avatars.githubusercontent.com/u/55102317' ,
34
32
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 ' ,
37
35
} ,
38
36
]
39
37
0 commit comments