https://github.com/alejandronanez/instagram-clone
  
  
    Instagram clone. 
    https://github.com/alejandronanez/instagram-clone
  
font-awesome-5 instagram-clone react styled-components
        Last synced: 6 months ago 
        JSON representation
    
Instagram clone.
- Host: GitHub
 - URL: https://github.com/alejandronanez/instagram-clone
 - Owner: alejandronanez
 - Created: 2018-05-25T14:42:08.000Z (over 7 years ago)
 - Default Branch: master
 - Last Pushed: 2018-06-13T20:36:44.000Z (over 7 years ago)
 - Last Synced: 2025-05-06T11:43:16.166Z (6 months ago)
 - Topics: font-awesome-5, instagram-clone, react, styled-components
 - Language: JavaScript
 - Size: 229 KB
 - Stars: 12
 - Watchers: 1
 - Forks: 2
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
Awesome Lists containing this project
README
          # An IG clone using React and Styled Components.
## Stack
* React (Using create react app)
* Styled Components
* Faker
* Json Server
## How to run this project?
* Install Node - Node 8+ will be fine
* `yarn` or `npm install`
* `yarn start` or `npm start`
* **UI:** Open browser in `localhost:3000`
* **Backend:** `localhost:3001/photos` and `localhost:3001/users`
## About the workshop:
* Render Props
* Context Api