https://github.com/reddy-epk/counterzero
A react app for understanding of Class Components by creating a counter application
https://github.com/reddy-epk/counterzero
class-components counter-app counter-application front-end-web-development react
Last synced: 5 months ago
JSON representation
A react app for understanding of Class Components by creating a counter application
- Host: GitHub
- URL: https://github.com/reddy-epk/counterzero
- Owner: reddy-epk
- Created: 2024-03-26T10:52:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T10:57:19.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T03:43:20.037Z (about 1 year ago)
- Topics: class-components, counter-app, counter-application, front-end-web-development, react
- Language: HTML
- Homepage: https://ricklsy.ccbp.tech/
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A react app for showing how the class component works.
# Class Component and State
- Class Component
- Syntax
- Handling Events in React
- Syntax
- State
- setState()
### Set Up Instructions
Click to view
- Download dependencies by running `npm install` in your IDE
- Start up the app using `npm start`