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

https://github.com/ajit24/stempedia_assignment


https://github.com/ajit24/stempedia_assignment

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# STEMpedia_assignment
## Problem Statement :-


Component A has two child components Component B and Component C
Component B:
Make an input text field
Attach a listener of 'change' to the input text field
Store the value to the redux store
Component C:
Get the value from the redux store
Show the value inside this component