https://github.com/hariclerry/instagram-clone-aws-frontend
An Instagram Clone APP for image sharing built using ReactJs and hosted on AWS S3 buckets
https://github.com/hariclerry/instagram-clone-aws-frontend
auth0 aws css3 javascript reactjs
Last synced: 3 months ago
JSON representation
An Instagram Clone APP for image sharing built using ReactJs and hosted on AWS S3 buckets
- Host: GitHub
- URL: https://github.com/hariclerry/instagram-clone-aws-frontend
- Owner: hariclerry
- Created: 2020-08-10T19:13:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T02:02:02.000Z (almost 6 years ago)
- Last Synced: 2025-07-25T04:57:53.132Z (12 months ago)
- Topics: auth0, aws, css3, javascript, reactjs
- Language: JavaScript
- Homepage:
- Size: 16.9 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instagram Clone APP
Instagram Clone APP is a simple image sharing application built using ReactJs for the frontend and backend using aws serverless.
### FEATURES
Instagram Clone APP you can:
* Login using google auth0
* Add photos
* view a list of all photos
* Update photo caption
* Like photos
* Delete a photo
### Requirements
* Node v12.0.0
* React.js framework
* Auth0 setup
### Installation
1. Clone the repository
2. Install dependencies
```npm install```
3. Run app
```npm start```
4. To build the app
```npm run build```
### Here is the backend repo
https://github.com/hariclerry/instagram-clone-serverless-backend
### Ref: Some of the code used in this project are from https://github.com/udacity/cloud-developer just for learning purpose