Search Form in React.js
Extract zip file and move to react-search-ex
directory in Terminal
$ ...
$ cd react-search-ex
Install npm packages and run the react app
$ yarn install
$ yarn start
You will see the app at http://localhost:3000
on your browser.
If you can't see anything happens in this app, you must get new API key for Alpha Vantage. Please claim your free API key at (https://www.alphavantage.co/support/#api-key) to explore our full API offerings. It takes fewer than 20 seconds.
Go to src/redux/config.js
file project directory, and replace API_KEY
with new API key.
Happy coding!