Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idahogurl/stock-watch
https://github.com/idahogurl/stock-watch
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/idahogurl/stock-watch
- Owner: idahogurl
- Created: 2018-07-09T05:43:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T10:28:05.000Z (3 months ago)
- Last Synced: 2024-09-18T13:57:49.992Z (3 months ago)
- Language: JavaScript
- Size: 11.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
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