Todo List Tutorial
CtrlK
stackblitz
stackblitz
  • ๐Ÿ‘€About
  • #0: ๐Ÿ’ƒ Introduction
  • #1: โŒ› Installations
  • #2: ๐Ÿ…ฐ Angular kicks in
  • #3: ๐Ÿ“ Component
  • #4: โœ A new component
  • #5: ๐Ÿ’ผ Class
  • #6: ๐Ÿ“ฅ Property binding
  • #7: ๐Ÿ“ค Event binding
  • #8: ๐Ÿ“Ž Element ref - #
  • #9: ๐Ÿ“‹ The To Do list
  • #10: โž• New component: todo-item
  • #11: โ›“ Interface
  • #12: ๐Ÿ“Œ Add items
  • #13: ๐Ÿšง Refactor App Component
  • #14: ๐Ÿ’… Adding Style
  • #15: ๐Ÿ”‹ Creating a Service
  • #16: ๐ŸŽ Add Items Using the Service
  • #17: ๐Ÿ’พ Local storage
  • #18: ๐Ÿ—‘ Remove item
  • #19: ๐Ÿ”˜ Adding a checkbox
  • #20: ๐Ÿ›ฐDeploy to GitHub Pages
  • #21: ๐Ÿ’ช Enrich the todo-item component
  • Appendix 2: Tutorial Extensions
  • Appendix 3: StackBlitz links
Powered by GitBook
On this page

#20: ๐Ÿ›ฐDeploy to GitHub Pages

Luckily we are using stackblitz. So if we want to share our project we simply Sign in to github using the button in the top, saving the project and use the share url.

Previous#19: ๐Ÿ”˜ Adding a checkboxNext#21: ๐Ÿ’ช Enrich the todo-item component

Last updated 6 years ago