/stocks

POC with react hooks

Primary LanguageJavaScript

This project is a study material on React Hooks

Stocks

Check stocks quotes!

App screenshot

Running the project

  1. Clone this repository
  2. Update src/settings.json with your API key
  3. Run npm install to install all dependencies
  4. Run npm start to run the project on development mode

Getting an API key

This project uses AlphaVantage's API to get stocks price. You can get a free API key here!.

Contributting

Feel free to open issues and to send pull requests for this repository :)