Creating Instagram UI with ReactJS - Part 2: Posts Grid

This is part 2 of the series where I create the Instagram UI with ReactJS. In this part I add the mock data to the project and we create the content section. The code in this video can be found on this GitHub repository: Timestamps: 0:00 Introduction 0:18 Adding json and images 1:03 Creating the Post and Comment models 2:57 Creating content section component 4:22 Importing the json 5:46 Creating post component 12:11 Add post overlay 18:59 Fixing navbar to stick to the top 22:09 Adding onclick function to the posts 26:02 Fixing console warnings
Back to Top