- A web page that allows a user to visualize the historical trend of day stock prices for publicly available companies
Node >= 10.16 and npm >= 5.6
I noticed Vercel is down at the moment, the vercel link may not work right now. I have deployed the applicate to netlify too. Vercel tweet- Vercel: http://stock-prices.vercel.app/ and
- Netlify: https://sp-josiah.netlify.app/
- Clone the project git clone https://github.com/josiahmokob0/stock-prices
- Change directory to stock-prices
- Run npm i to install all required dependencies(listed in package.json)
- Run npm start to start the application
- Open your browser and navigate to http://localhost:3000/ to view the application