Skip to content

React Trading App : It will allow user to check different available stocks and let ones to buy or sell stocks (at real-time value).

Notifications You must be signed in to change notification settings

NikhilT27/TradingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Trading App

It will allow user to check different available stocks and let ones to buy or sell stocks (at real-time value). This repo contains code for the website at client and backend. Backend is created using Apollo and deployed to heroku. Frontend is created using React.js and css3. MongoDB is used as Backend

Introduction

User

This Invoice Tracker App allows USER to check owned stocks in portfolio. And to perform buy and sell operation.

  1. Click on + will redirect to stocks page, where user can buy and sell stocks.
  2. After selecting stocks, user can confirm stocks at confirm stocks button.
  3. Click on xxxx, will redirect to user portfolio page.

Getting Started

  1. To run the frontend locally-

    cd client
    yarn install
    yarn start

    This starts the frontend locally, with the backend using herkou api provided.

  2. To run the backend locally-

    yarn install
    node index.js

    This starts the backend locally.

About

React Trading App : It will allow user to check different available stocks and let ones to buy or sell stocks (at real-time value).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published