Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 993 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 993 Bytes

neog-mark14

profit or loss

@neogcamp

Tell the user how much profit or loss he/she is making on a stock.

A website which helps user how much profit or loss he/she is making in percentage & absolute value.

This repo contains source code for my mark14 project hosted at stonks.jsuryakt.codes

Problem Statement

How to use:

  • Enter stocks price you bought
  • Enter the quantity of stocks you bought
  • Enter the sell price of your stocks
  • Click on the Calculate button
  • Output will be shown below the button after its calculated.

Programming Language:

  • html
  • css
  • javascript

Installation

Clone the repo and run the index.html file

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.