Skip to content

akash19coder/Stocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Stock Monitoring App

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.

Introduction

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.

Features

  • Real-time stock price monitoring
  • Detailed stock performance charts
  • Search and track multiple stocks
  • Responsive design for mobile and desktop

Technologies Used

  • 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

QuickStart Guide

Follow these steps to set up and run the Stock Monitoring App on your local machine.

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/stocks.git
    cd stocks
    cd client
    npm run dev