Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/idahogurl/stock-watch


https://github.com/idahogurl/stock-watch

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Stock Watch

**Description**: My [freecodecamp](http://www.freecodecamp.com "freecodecamp") project

**Objective**: Build a full stack JavaScript app that is functionally similar to this: http://watchstocks.herokuapp.com/ and deploy to Heroku.

Here are the specific user stories you should implement for this project:
- I can view a graph displaying the recent trend lines for each added stock.
- I can add new stocks by their symbol name.
- I can remove stocks.
- I can see changes in real-time when any other user adds or removes a stock. For this you will need to use Web Sockets.

**Tech Stack**:

- React
- Node.js
- Express
- GraphQL
- Bootstrap 4
- PostgreSQL
- Parcel