--- 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 :)! Yay we are done with the Todo App tutorial! 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).