- General Info
- Features
- Tech Stack Used
- Prerequisites to run the project
- Steps to run the project
- Live Project
Groww Stonks is a frontend web application built on Next.Js framework. It is a stocks/efts tracking app which list the top 20 gainers and top 20 losers of the stocks/efts. It also supports live search suggestion functionality with filtering mechanism. It provides the detailed overview of a particular stock/eft specifying its about information, company information, stock performance, dividend information etc.
- Top 20 Gainers and Losers of stocks/efts.
- Advance Seach Functionality with filtering mechanism.
- Detailed Information of the individual stocks/efts.
- Live price tacker through Graphs
- Live Search suggestions
- NextJs
- TailwindCss
- JavaScript
It is recommended that your laptop should have the following specifications in order to run this project:
- NodeJs
- npm
- Visual Studio Code (or any other IDE)
- git
- Clone the project using git clone command in terminal
git clone https://github.com/1hiteshk/GrowwStonks.git
- Open the Groww Stonks folder in Visual Studio Code (or any other IDE)
- In the terminal section of the Visual Studio Code run the following command
npm i
- It will install all the node modules/libraries to run tailwindcss
- Now run the following command
npm run dev
- It will host the project in to a local server