mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-20 07:31:54 +03:00
27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
---
|
|
title: "The End"
|
|
---
|
|
|
|
import useBaseUrl from '@docusaurus/useBaseUrl';
|
|
|
|
We did it! For all those that followed the instructions closely and created "Build a Todo App in Wasp" task in our Todo App, let's celebrate by marking it as done :)!
|
|
|
|
<img alt="Yay we are done with the Todo App tutorial!"
|
|
src={useBaseUrl('img/todo-app-tutorial-end.gif')}
|
|
style={{ border: '1px solid black' }}
|
|
/>
|
|
|
|
You can check out the whole code of the app that we just built [here](https://github.com/wasp-lang/wasp/tree/master/examples/tutorials/TodoApp).
|
|
|
|
If you are interested in what is Wasp actually generating in the background, you can check `.wasp/out/` directory in your project.
|
|
|
|
## Where next?
|
|
|
|
Well, you could check the "Language" section of the docs for more details on specific parts of Wasp.
|
|
Or, you could try to build something on your own with Wasp!
|
|
|
|
You are likely to find that some feature that you want is missing, since Wasp is still in Alpha.
|
|
In that case, please write to us on [Discord](https://discord.gg/rzdnErX) or create an issue on [Github](https://github.com/wasp-lang/wasp), so we can learn which features to add next.
|
|
Even beter, if you would like to contribute or help building the feature, let us know!
|
|
You can find more details on contributing [here](contributing.md).
|