https://github.com/hasanyahya101/pricepulse-vite
This is a simple Stock Price viewing application. Upon entering the Stock ID - it gets the price, marketcap and last 6 months of available data for that stock and displays them. It uses YH-FINANCE API from RAPID API.
https://github.com/hasanyahya101/pricepulse-vite
card chart high line-chart low market-cap price react shadcn static stock symbol vite
Last synced: 7 months ago
JSON representation
This is a simple Stock Price viewing application. Upon entering the Stock ID - it gets the price, marketcap and last 6 months of available data for that stock and displays them. It uses YH-FINANCE API from RAPID API.
- Host: GitHub
- URL: https://github.com/hasanyahya101/pricepulse-vite
- Owner: HasanYahya101
- License: mit
- Created: 2024-06-02T08:25:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T16:34:45.000Z (over 1 year ago)
- Last Synced: 2025-02-04T14:36:23.761Z (9 months ago)
- Topics: card, chart, high, line-chart, low, market-cap, price, react, shadcn, static, stock, symbol, vite
- Language: JavaScript
- Homepage: https://hasanyahya101.github.io/PricePulse-Vite/
- Size: 2.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Price Pulse (React + Vite)
## Introduction
This is a simple Stock Price viewing application. Upon entering the Stock ID - it gets the price, marketcap and last 6 months of available data for that stock and displays them. It uses [YH-FINANCE](https://rapidapi.com/apidojo/api/yh-finance/playground) API from `RAPID API`.
## UI Library
Radix UI and ShadCN components were used to create the UI of the website. Moreover, Vite was used to create this React Project.
## Deployment
This project was deployed to Github Pages and can be tested there. No servers or databases were used in this Project.
## Preview







## React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh