wasp/examples/README.md
Martin Šošić b8dc241f0b
Fixed links to examples, added examples/README.md, improved some names. (#1542)
* Fixed links to examples, added examples/README.md, improved some names.

Co-authored-by: Filip Sodić <filip.sodic@gmail.com>

* fix

---------

Co-authored-by: Filip Sodić <filip.sodic@gmail.com>
2023-11-17 15:02:32 +01:00

38 lines
2.1 KiB
Markdown

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](https://wasp-lang.dev/docs/tutorial/create) apps.
1. **todo-typescript**
- A simple task-tracking app implemented in TypeScript.
- Demonstrates: **full-stack type safety in Wasp via TypeScript**, [auth](https://wasp-lang.dev/docs/auth/overview), [rpc](https://wasp-lang.dev/docs/data-model/operations/overview)
2. **waspello**
- A simple Trello clone.
- Demonstrates: [auth](https://wasp-lang.dev/docs/auth/overview), [rpc](https://wasp-lang.dev/docs/data-model/operations/overview)
3. **hackaton-submissions**
- An app for organizing your own hackaton.
- Demonstrates: [tailwind](https://wasp-lang.dev/docs/project/css-frameworks#tailwind), [rpc](https://wasp-lang.dev/docs/data-model/operations/overview)
4. **waspleau**
- A simple clone of Tableau. The app regularly pulls in external data and shows it on a nice dashboard.
- Demonstrates: **[jobs](https://wasp-lang.dev/docs/advanced/jobs)**, analytics
5. **thoughts**
- A simple note-taking app organized around the concept of hashtags.
- Demonstrates: [db seeding](https://wasp-lang.dev/docs/data-model/backends#seeding-the-database), [auth](https://wasp-lang.dev/docs/auth/overview), [rpc](https://wasp-lang.dev/docs/data-model/operations/overview)
6. **realworld**
- A Medium clone (https://github.com/gothinkster/realworld - the mother of all demo apps).
- Demonstrates: [auth](https://wasp-lang.dev/docs/auth/overview), [rpc](https://wasp-lang.dev/docs/data-model/operations/overview), [db seeding](https://wasp-lang.dev/docs/data-model/backends#seeding-the-database), Material UI
7. **streaming**
- Demonstrates: **http streaming**, [api](https://wasp-lang.dev/docs/advanced/apis)
8. **websockets-realtime-voting**
- Demonstrates: **[web sockets](https://wasp-lang.dev/docs/advanced/web-sockets)**, [auth](https://wasp-lang.dev/docs/auth/overview), voting system