mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-22 17:48:20 +03:00
21839ff2df
* Add latest changes to examples updated to 0.12.0 * Add latest 0.12.0 changes to waspc/examples * Remove stray todo from examples * Update e2e tests |
||
---|---|---|
.. | ||
hackathon-submissions | ||
realworld | ||
streaming | ||
thoughts | ||
todo-typescript | ||
tutorials | ||
waspello | ||
waspleau | ||
websockets-realtime-voting | ||
README.md |
Example Wasp apps
Here's a list of all officially maintained Wasp example apps! Most of these apps are relatively small, and each one demonstrates several of Wasp's interesting features.
The tutorials directory contains Wasp tutorial apps.
-
todo-typescript
-
waspello
-
hackaton-submissions
-
waspleau
- A simple clone of Tableau. The app regularly pulls in external data and shows it on a nice dashboard.
- Demonstrates: jobs, analytics
-
thoughts
- A simple note-taking app organized around the concept of hashtags.
- Demonstrates: db seeding, auth, rpc
-
realworld
- A Medium clone (https://github.com/gothinkster/realworld - the mother of all demo apps).
- Demonstrates: auth, rpc, db seeding, Material UI
-
streaming
- Demonstrates: http streaming, api
-
websockets-realtime-voting
- Demonstrates: web sockets, auth, voting system