This project is a study material on React Hooks
Check stocks quotes!
- Clone this repository
- Update
src/settings.json
with your API key - Run
npm install
to install all dependencies - Run
npm start
to run the project on development mode
This project uses AlphaVantage's API to get stocks price. You can get a free API key here!.
Feel free to open issues and to send pull requests for this repository :)