Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.19 KB

File metadata and controls

60 lines (39 loc) · 1.19 KB

IPOtrackr Screenshot

IPOtrackr Logo

IPOtrackr

The Smart Way to Track IPO GMPs

A modern, beautiful, and professional IPO tracking application built with Next.js

Features

  • Real-time IPO Data - Live updates from investorgain.com API
  • GMP Tracking - Grey Market Premium monitoring with trends
  • Subscription Status - Live bidding status (QIB, NII, RII)
  • Interactive Charts - Beautiful GMP trend visualization
  • Historical Data - Complete GMP history with movement indicators

IPOtrackr Screenshot 2

IPOtrackr Screenshot 3

Getting Started

Installation

  1. Clone the repository

    git clone https://github.com/DewanshNehra/ipotrackr.git
    cd ipotrackr
  2. Install dependencies

    npm install
    # or
    yarn install
    # or
    pnpm install
  3. Run the development server

     npm run dev
     # or
     yarn run dev
     # or
     pnpm run dev