wasp/web/docs/tutorials/todo-app.md
2023-01-18 18:06:53 +01:00

1.5 KiB

title
Introduction

import useBaseUrl from '@docusaurus/useBaseUrl';

:::tip See Wasp in Action Prefer Videos? We have a YouTube tutorial which walks you through building this Todo App step by step. Check it out here.

We've also set up an in-browser dev environment for you on Gitpod, which allows you to see and edit the finished ToDo app with no setup required.

:::

:::info If you want to run Wasp locally and haven't yet set it up, check out Getting Started first for installation instructions, and then continue with the tutorial. :::

Let's build together a simple Todo App in Wasp!

<img alt="How Todo App will work once it is done" src={useBaseUrl('img/todo-app-tutorial-intro.gif')} style={{ border: "1px solid black" }} />



This tutorial will take you step by step through the most important features of Wasp.

If you get stuck at any point (or just want to chat), reach out to us on Discord and we will help you!

You can check out the complete code of the app we are about to build with Wasp here.

:::tip If you are interested at any moment in what is Wasp actually generating in the background, take a look at .wasp/out/ directory in your project. :::