Shop for your favourite Stocks/etfs
Introduction · How It Works · Tech Stack · Screenshots · Running Locally · Author
AlphaStonks is an online platform for stock market data. It shows top-performing and underperforming stocks, offers stock details and financials, and provides Line, Candlestick, and Bar charts. It includes a quick search feature for your favorite stocks.
- Top 20 gainers and losers displayed on the Home page.
- Company Details Page.
- Visualization of the Stock performance using Charts.
- Financials of the stock displayed on the company page.
- Search functionality to search for the stocks.
- Filter feature to filter the search among Stock, ETF, Mutual Fund.
- Suggested Stocks in the search bar.
- Javascript
- NextJS
- Alphavantage API
- Tailwind CSS
- Shadcn ui
- Zustand
- React Google Charts (For data visualization)
git clone
- Get an API key from the API Keys section.
Create a file in root directory of project named .env.local. And store your API key in it.
npm install
Then, run the application in the command line and it will be available at http://localhost:3000
.
npm run dev
- Anchit Sinha (@anchit1909)