From f6ead465136ca4f45aba05075dbd8a3bd3c21bf8 Mon Sep 17 00:00:00 2001 From: Abhay Sonakiya <104836301+GITABHAY26@users.noreply.github.com> Date: Thu, 11 Apr 2024 00:10:01 +0530 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f768e33..01b0885 100644 --- a/README.md +++ b/README.md @@ -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