An open API service indexing awesome lists of open source software.

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.

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