Avijitpal / SemiAutomatic-Trader

Semi-Automatic trading web app to practice swing trading with virtual money.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SemiAutomatic trading WebApp

A GUI based programmable stock/crypto trading interface. You can program when you want to buy/sell/sort stocks, the webpage will automatically execute your order when that price is reached. Profits/loss are displayed in real time.

Tech-stack

The Website uses the MERN stack.

How to use (local)?

  1. Install node and MongoDB server

  2. Open terminal and navigate to the path of the project. If using VS code just open the project folder and then terminal.

  3. Write in the terminal npm install to install the dependencies

  4. Write in the terminal node app, to start. Now go to the site localhost:8080.

Screenshot

alt text

About

Semi-Automatic trading web app to practice swing trading with virtual money.


Languages

Language:JavaScript 74.4%Language:HTML 21.5%Language:CSS 4.1%