I recently completed a web app and thought I’d share a little bit more information about it. I’ve long been interested in dividend stocks and have used a tool in the past based on an Excel spreadsheet. I’ve turned this into a web app that can be dynamically updated with no need for spreadsheets, macros…
Month: March 2020
Angular app using Node, JSON server, NG-Bootstrap, and NgRx
Sourcehttps://github.com/jarodms/angular-nodejs-bootstrap-ngrx[UPDATE 04/09/2020 – The master branch was updated to use the createAction factory; the branch action-class uses classes for creating actions.] Resourceshttps://angular.io/https://ngrx.io/docs Background I had previously built a standalone app that featured a “JSON Server”, NodeJS, and Angular front-end that would store your “ToDo” items in a local db.json file. This was a rather simple…