francheska-guzman / brokerage

Project in Progress → Financial web app that simulates a Brokerage firm. This is a new version of my Stock Market project. Developed with Angular and Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of contents

  1. About the project
  2. Description
  3. Project management
  4. User stories
  5. Wireframes
  6. Pseudocode
  7. Database
  8. Technologies used
  9. Challenges
  10. Resources
  11. How to see

Developed by Francheska Guzman

Brokerage is a powerful platform where users can track U.S. Stock Market changes, get access to Global Business and Financial News, as well manage their own Watchlist and Portfolio.

This project is a redesigned, dynamic version of Stock Market. The Stock Market was my Per Scholas' final project on March 2017, developed using HTML, CSS and JavaScript.

  • As a new user, I would like to open an account in Brokerage.
  • As an existing user, I would like a login/logout option.
  • As a user, I would like articles and news to keep me informed on the markets.
  • As a user, I want to track changes in my Portfolio and Watchlist, and see the performance over the time.
  • As a user interested in trade, I want to buy and sell stocks.
  • As a user, I want to be able to add and delete stocks from my Watchlist.
  • As a user who wants to detect easily gains and losses, I would like a green color/up arrow for gains, and red color/down arrow for losses.
  • HTML
  • CSS
  • TypeScript
  • Angular
  • Angular CLI
  • Node.js
  • Express.js
  • PostgreSQL
  • RESTful API
  • Third parties APIs for the U.S. Stock Market data and news.
  • Authentication
  • A library to create charts.
  • The buy and sell stocks will be a real interaction between opened accounts.

Brokerage App: URL soon

About

Project in Progress → Financial web app that simulates a Brokerage firm. This is a new version of my Stock Market project. Developed with Angular and Node.js.


Languages

Language:TypeScript 67.3%Language:JavaScript 23.7%Language:HTML 5.2%Language:CSS 3.7%