Skip to content

Stock Performance Tracking using Mongo, Express, React, Node, and web sockets

Notifications You must be signed in to change notification settings

ninjazim/stockapp

Repository files navigation

Stock App

Stock Tracking App using Mongo, Express, React, Node, and web sockets.

App Overview

  • Add new stocks by Symbol to view their performance (% change) over time.
  • Remove stocks you no longer want to view.
  • Updates track across clients using web sockets.

Dev Setup

Clone or download repo and navigate to project folder.

Install dependencies

npm install

Start dev server

npm start

Load site at localhost:8080

Build and Deploy

To build for production

npm run build

Bundle.js and index.html are generated in /public folder.

About

Stock Performance Tracking using Mongo, Express, React, Node, and web sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published