kushadige / demo-dom

DOM manipulation examples with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo-dom

LinkedIn - Oğuzhan Kuşlar

Patterns

  • Subscription
  • Singleton

App Steps

  • Renders the form
  • Fetches whatever the user enters
  • Validates what the user enters (the title, description and people has valid values)
  • Listens to a click on the button (submission of the form)
  • Creates new project.
  • The array is then rendered to the list, the entire list also needs to be added to the DOM.
  • Switch projects between the lists with drag and drop

* Template tags are default html tags supported by modern browsers which allow us to specify some html code which is not loaded immediately which is not visible immediately which is not rendered immediately but instead which can be reached via JavaScript (therefore also TypeScript) to control when we wanna render it.

About

DOM manipulation examples with TypeScript


Languages

Language:TypeScript 88.6%Language:CSS 6.4%Language:HTML 5.0%