- 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
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