https://github.com/reddy-epk/clock-app
Creating a react clock app with the concepts of Component life cycle
https://github.com/reddy-epk/clock-app
clock component-life component-life-cycle-methods constructor constructor-methods render show-hide-clock
Last synced: about 2 months ago
JSON representation
Creating a react clock app with the concepts of Component life cycle
- Host: GitHub
- URL: https://github.com/reddy-epk/clock-app
- Owner: reddy-epk
- Created: 2024-03-22T06:11:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T06:19:43.000Z (about 2 years ago)
- Last Synced: 2025-10-08T01:37:57.965Z (6 months ago)
- Topics: clock, component-life, component-life-cycle-methods, constructor, constructor-methods, render, show-hide-clock
- Language: HTML
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Building a **show/hide-Clock** app.
### Set Up Instructions
Click to view
- Download dependencies by running `npm install`
- Start up the app using `npm start`
## Component Life Cycle topics in this module
- Mounting Phase
- constructor()
- render()
- componentDidMount()
- Updating Phase
- render()
- Unmounting phase
- componentWillUnmount()
- Behind the scenes
- Virtual DOM