Skip to content

Nevin-Chen/stock-port

Repository files navigation

Stock-Port

Welcome to Stock-port, A full-stack Stock portfolio application

You can find the deployed site on https://stock-portapp.herokuapp.com/

Getting Started

npm install

Stock-Port stores data using PostgreSQL, so be sure to have PostgreSQL installed before running locally.
Run following commands on your CLI

psql createdb stock-port

npm run start-dev

Open up the project locally: http://localhost:3000/

Features

Stock-Port allows users to create an account and simulate stock purchases.

Users have a portfolio and a transactional view after purchasing a stock.

The color of a user's stock portfolio changes according to the stock's current performance relative to the purchasing price.

  • Displays Green when current price of stock is greater than the user's purchasing price.
  • Displays Green when current price of stock is lower than the user's purchasing price.
  • Displays Green when current price of stock is equal to the user's purchasing price.

Portfolio-View

Transaction-View

Libraries and Technologies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published