1. 0a - First project overview
2. Setting up the development environment
3. Todo Application Source Code.html
4. Generating and starting your first ember project
5. Understanding the project structure
6. Creating the todo route and understanding the outlet
7. Configuring a route in the router
8. Creating the todos controller
9. Using a loop in handlebars
10. Tracking properties with the tracked decorator
11. Using the ember inspector extension
12. Creating an action to get the new todo title
13. Creating a new todo with another action
14.1 app.zip
14. Styling the application
15. Recap of your first application