An open API service indexing awesome lists of open source software.

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.

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
![Screenshot 2024-06-07 172718](https://github.com/HasanYahya101/PricePulse-Vite/assets/118683092/ed15277d-4ae3-47aa-9a99-9680af048c6c)
![Screenshot 2024-06-07 172734](https://github.com/HasanYahya101/PricePulse-Vite/assets/118683092/b589f81a-8943-440e-8590-60a3c2efc6f5)
![Screenshot 2024-06-07 172746](https://github.com/HasanYahya101/PricePulse-Vite/assets/118683092/794f8757-cc18-4df5-883c-8bdab163331b)
![Screenshot 2024-06-07 172809](https://github.com/HasanYahya101/PricePulse-Vite/assets/118683092/32301a01-6d65-44f1-a45c-535cfb74b0d7)
![Screenshot 2024-06-07 173049](https://github.com/HasanYahya101/PricePulse-Vite/assets/118683092/09c6faf1-23a6-4136-8f70-656f78da0573)
![Screenshot 2024-06-07 172831](https://github.com/HasanYahya101/PricePulse-Vite/assets/118683092/1d797326-87fa-4319-b7d3-68977dac1a19)
![image](https://github.com/HasanYahya101/PricePulse-Vite/assets/118683092/1c74d392-8354-46ce-a57e-f7c0cb7de93a)
![Screenshot 2024-06-07 172843](https://github.com/HasanYahya101/PricePulse-Vite/assets/118683092/30705492-5017-4ece-9e7b-dd9af4c809af)

## 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