Welcome to the Stock Monitoring App! This application allows users to monitor stock prices using the AlphaVantage Stock API. The app is built with React and TypeScript, and uses Vite for a fast development experience.
The Stock Monitoring App provides real-time stock data, allowing users to track their favorite stocks and get detailed information about their performance. This app leverages the AlphaVantage API to fetch stock data and displays it in a user-friendly interface.
- Real-time stock price monitoring
- Detailed stock performance charts
- Search and track multiple stocks
- Responsive design for mobile and desktop
- React: A JavaScript library for building user interfaces
- TypeScript: A strongly typed programming language that builds on JavaScript
- Vite: A build tool that provides a fast development environment
- AlphaVantage API: A service for real-time and historical stock market data
Follow these steps to set up and run the Stock Monitoring App on your local machine.
Make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/yourusername/stocks.git cd stocks cd client npm run dev