-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da84d03
commit f6ead46
Showing
1 changed file
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,21 @@ | ||
# React + Vite | ||
# Stock_trading_Dashboard | ||
|
||
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. | ||
This React-based frontend Dashboard, coupled with Tailwind CSS, presents real-time stock trading data through dynamic graphs illustrating trends over time. | ||
Users gain access to comprehensive company details alongside indicators of stock performance—whether up or down. | ||
Leveraging React's core concepts such as state management, hooks, and context APIs, | ||
the dashboard ensures seamless user interaction and real-time updates. Integration with the Finnhub API enriches the dashboard with free data features, | ||
enabling users to fetch detailed stock-related information effortlessly. This project encapsulates modern frontend development practices, | ||
empowering users with insightful analytics for informed decision-making in the stock market. | ||
|
||
Currently, two official plugins are available: | ||
# Features: | ||
|
||
- [@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 | ||
Interactive Graphs | ||
Company Details Display | ||
Real-time Updates | ||
Finnhub API Integration | ||
|
||
# Technologies Used: | ||
|
||
React | ||
Tailwind CSS | ||
Finnhub API |