https://github.com/asishkumar-gouda/task-tracker-react-app
https://github.com/asishkumar-gouda/task-tracker-react-app
raectjs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/asishkumar-gouda/task-tracker-react-app
- Owner: asishkumar-gouda
- Created: 2021-12-17T07:36:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T07:53:16.000Z (over 4 years ago)
- Last Synced: 2025-03-07T15:43:12.601Z (over 1 year ago)
- Topics: raectjs
- Language: JavaScript
- Homepage:
- Size: 381 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is a React App
1. In this app i have used different components and react-router.
2. component is small part of the UI that returns JSX code that tells about what should be displayed on screen.
3. State is the object that holds the value of the component.
4. Different properties can be passed using (props) from parent to any child component.