A simple app designed to shows the stocks market price from up to the last 20 years. Developed using ReactJS in typescript and the Alpha Vantage API.
- Typescript
- ReactJS
To install Stocker - frontend
, run:
yarn
Create a .env
file in the project main folder following the .envexample
.
For the REACT_APP_API_KEY
variable, fill with your API key for Alpha Vantage API, that can be created for free at https://www.alphavantage.co/. For the REACT_APP_API_URL
, provide the URL of your backend, setted up at https://github.com/vinicius-david/Stocker-backend.
To run Stocker - frontend
, run:
yarn start
For more information on the Back-end in Node, check-out the repository https://github.com/vinicius-david/Stocker-backend