Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 551 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 551 Bytes

Instagram-Clone

Project Description

  • a simple Instagram clone using React.
  • receives faux post data and render each as a separate Instagram post.
  • Composing React Components and Passing Data Via Props

Project Setup

This project was put together using create-react-app (CRA). You will not need to install CRA in order to make this project work. Follow the steps below to setup the project with the proper dependencies.

  • Download project dependencies by running npm install
  • Start up the app using npm start