First React App

This is part of the Coursera's React Basics course by Meta.

What did I learn?

In this ungraded lab, I learned how to setup a react app using

npx create-react-app first-react-app

And runing it

npm start

I also learned how to create a component in react.