teja6300 / clock

https://tejclock231.ccbp.tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Component Life Cycle

  • Mounting Phase
    • constructor()
    • render()
    • componentDidMount()
  • Updating Phase
    • render()
  • Unmounting phase
    • componentWillUnmount()
  • Behind the scenes
    • Virtual DOM

About

https://tejclock231.ccbp.tech/


Languages

Language:HTML 45.9%Language:JavaScript 31.0%Language:CSS 23.1%