An open API service indexing awesome lists of open source software.

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

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.