mccraveiro / stocks

POC with react hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :)

About

POC with react hooks


Languages

Language:JavaScript 84.9%Language:HTML 15.1%