Social Card App

React Practice

For this one, I added in the following concepts:

Seemed like a good step up from the previous counter app. The styling isn't something that I'm proud of in this one.

Deployment

For this project, I got to understand why it makes more sense to use arrow functions inside class components in React. Normal function definitions would mandate binding the `this` context to the class. I can use either, but it seems simpler to use the arrow function syntax, so I'll try and use this from now on.