Coder Social home page Coder Social logo

stock's Introduction

stock

Guest Login

E: [email protected]
P: _debug

User Stories

  1. As a user, I want to create a new account with my name, email, and password so that I can buy and trade stocks.
    • Default the user’s cash account balance to $5000.00 USD.
    • A user can only register once with any given email.
  2. As a user, I want to authenticate via email and password so that I can access my account.
  3. As a user, I want to buy shares of stock at its current price by specifying its ticker symbol and the number of shares so that I can invest.
    • A user can only buy whole number quantities of shares.
    • A user can only buy shares if they have enough cash in their account for a given purchase.
    • A user can only buy shares if the ticker symbol is valid.
  4. As a user, I want to view a list of all transactions I’ve made to date (trades) so that I can perform an audit.
  5. As a user, I want to view my portfolio (a list of all the stocks I own along with their current values) so that I can review performance.
    • Current values should be based on the latest price and quantity owned for a given stock.
    • Each stock owned should only appear once.
  6. As a user, I’d like to see the font color of stock symbols and current prices in my portfolio change dynamically to indicate performance.
    • Display red when the current price is less than the day’s open price.
    • Display grey when the current price is equal to the day’s open price.
    • Display green when the current price is greater than the day’s open price

stock's People

Contributors

ajilk avatar

Watchers

 avatar  avatar

stock's Issues

reimplement navbar

Implement stateful navbar that changes based on page
Current implementation has navbar in each page leading to duplicate code

Find better API

Find a better API that does not have the limitations of Alpha Vantage (500 calls per day, 5 calls per minute)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.