GrowwStonks is a stock detail website that provides you with the latest stock details, gainer and loser stocks, multiple charts like candlestick, line, bar, etc, and a search bar to search for any stock. It also provides you with a profile page where you can see your favorite stocks and your search history.
https://growwstonks.vercel.app/
- NextJS 13: A popular JavaScript library for building user interfaces, providing a fast and responsive application.
- React-Query: Powerful asynchronous state management for TS/JS, React.
- AlphaVantage: The Good API for stock details.
https://github.com/HarshKumarraghav/growwstonks
Install node modules and run the project.
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Your project is running on https://localhost:3000.