In this series, we are going to develop an open job listing app. Where users can post job opening as well as they can view the posted one.
📕 Things covered in this video:
Using the Cloud Firestore database to fetch and save data
Using Material UI to create the layout for app
How useState and useEffect work
How to pass down data from one component to another in react with props