wasp/examples
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
..
hackathon-submissions Make example app names more descriptive (#1512) 2023-10-16 16:29:44 +02:00
realworld Upgrade React to v18 and Vite accordingly (#1248) 2023-06-14 21:56:26 +02:00
streaming Fixed links to examples, added examples/README.md, improved some names. (#1542) 2023-11-17 15:02:32 +01:00
thoughts Fixed links to examples, added examples/README.md, improved some names. (#1542) 2023-11-17 15:02:32 +01:00
todo-typescript Fixed links to examples, added examples/README.md, improved some names. (#1542) 2023-11-17 15:02:32 +01:00
tutorials Fix task order in tutorials (#1508) 2023-10-16 15:11:48 +02:00
waspello Fixed links to examples, added examples/README.md, improved some names. (#1542) 2023-11-17 15:02:32 +01:00
waspleau Fixed links to examples, added examples/README.md, improved some names. (#1542) 2023-11-17 15:02:32 +01:00
websockets-realtime-voting fix: small typo and home button behavior (#1541) 2023-10-27 12:34:32 +02:00
README.md Fixed links to examples, added examples/README.md, improved some names. (#1542) 2023-11-17 15:02:32 +01:00

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.

  1. todo-typescript

    • A simple task-tracking app implemented in TypeScript.
    • Demonstrates: full-stack type safety in Wasp via TypeScript, auth, rpc
  2. waspello

    • A simple Trello clone.
    • Demonstrates: auth, rpc
  3. hackaton-submissions

    • An app for organizing your own hackaton.
    • Demonstrates: tailwind, rpc
  4. waspleau

    • A simple clone of Tableau. The app regularly pulls in external data and shows it on a nice dashboard.
    • Demonstrates: jobs, analytics
  5. thoughts

    • A simple note-taking app organized around the concept of hashtags.
    • Demonstrates: db seeding, auth, rpc
  6. realworld

  7. streaming

    • Demonstrates: http streaming, api
  8. websockets-realtime-voting