Stock Tracker is a simple web application that allows you to track your stock portfolio. It is built using the React framework and Bootstrap for styling. The application uses the Finnhub API and Apexcharts to fetch and display stock data. The application is hosted on Vercel.
- Search for stocks
- Add stocks to your portfolio
- View the stock price history and company information
Vite is used as the build tool for this project. To install the dependencies, run the following command:
npm install
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.