Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshkumarraghav/growwstonks
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://github.com/harshkumarraghav/growwstonks
alphavantage-api nextjs13 schadcn tailwindcss zustand
Last synced: 21 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/harshkumarraghav/growwstonks
- Owner: HarshKumarraghav
- License: apache-2.0
- Created: 2023-10-20T08:14:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T19:31:22.000Z (about 1 year ago)
- Last Synced: 2024-05-02T04:18:33.094Z (6 months ago)
- Topics: alphavantage-api, nextjs13, schadcn, tailwindcss, zustand
- Language: TypeScript
- Homepage: https://growwstonks.vercel.app
- Size: 425 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [GrowwStonks](https://growwstonks.vercel.app/)
# !!!!Important!!!!
**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.
[![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5.svg?logo=linkedin&logoColor=white)](https://linkedin.com/in/https://www.linkedin.com/in/harsh-kumar-raghav-7285311b9/) [![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?logo=Twitter&logoColor=white)](https://twitter.com/https://twitter.com/_Harsh_raghav_)
# Visit GrowwStonks:
https://growwstonks.vercel.app/
## Home Page
## Light: Home Page
## 🛠️ Tech Stack Used in GrowwStonks:
- **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.# Page Screenshot
## Search Modal
## Line Chart
### Candlestick Chart
### Details
---
## 💻 Development
### Install Repository
```git
https://github.com/HarshKumarraghav/growwstonks
```### Run Project
Install node modules and run the project.
```
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```### Finish
```
Your project is running on https://localhost:3000.
```