Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 500 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 500 Bytes

Erik Sin Assignment 1

Instructor Jim Foley - DMIT 2008


This project uses the Alpha Vantage Rest API: https://www.alphavantage.co/

User can type in a stock symbol into an input, and stock info will be shown to user.


To install project, download all dependecies by running command

npm i

To run project in development, run command

npm run dev

To build project for production, run command

npm run build


Deployed through netlify: https://gen-erik-dev-2008-1.netlify.app/