Snapgram is a simple social media app made with React which resembles Instagram. It allows users to post pictures and like other users' posts. It also has a search feature within the explore page which allows users to search for posts.
Make sure you have the latest Nodejs version installed. Once that's done, you can simply clone the project and run npm install to install all the dependencies. Then run npm run dev to start the app.
All the credits and inspiration goes to JavaScript Mastery.