Skip to content

This project is a Work In Progress; Open for contributions and collaborations.

Notifications You must be signed in to change notification settings

pragyakar/hamro-ipo

Repository files navigation

Check NEPSE IPO allotment results

Javascript React Next

Key FeaturesHow To SetupDeploymentContributing

Key Features

  • Setup multiple BOIDs (under development)
  • View list of all available IPOs
  • Select an IPO and check if it is alloted for all the configured BOIDs
  • Uses the open API by CDSC to get the results (iporesult.cdsc.com.np)

How To Setup

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone git@github.com:pragyakar/hamro-ipo.git

# Go into the repository
$ cd hamro-ipo

# Install dependencies
$ yarn or npm install

# Copy .env.sample file to create .env.local file and add values to the env variables
$ cp .env.sample .env.local

# Run in development mode
$ yarn dev or npm run dev

Deployment

With CI/CD setup, deployment is just one merge away. Merging into respective branches auto deploys the changes using vercel. main branch is set as production.

Contributing

I am open to contributions and collaboration so feel free to create a Pull Request or HMU anytime.

About

This project is a Work In Progress; Open for contributions and collaborations.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published