Manually Importing Data into MongoDB

I am working on a finishing up a project from my bootcamp that I didn’t get fully deployed.  It is an app to teach people about cryptocurrencies and allow them to track cryptos they are interested in.  I am working with a MongoDB backend for storing the cryptos in a person’s list.  Here I’m renaming […]

React Review – Creating a Single File / Single Component Page

I am doing a review of React on the Colt Steele Advanced Bootcamp program on Udemy.  First I create a single component / single file React app.  In this instance, I load in the React, ReactDOM, and ReactDOMFactories libraries.  I instantiate the MyInfo class on line 15.  On lines 17, 18 and 23, I have […]