Create a simple NextJS users list app Part 4— create card components
Create Card Components for our next.js app
In this article, we are going to create the card components for the users list.

By the way the source code can be found at here.
Next.js is build on top of React.js, so if you still not familiar with React.js, feel free to join…