Giter Club home page Giter Club logo

simple-instagram's Introduction

Simple Instagram

Description

Instagram clone. Allows to share, view, like, and comment photos.

Table of Contents

Technologies

Technologies and packages used:

  • ReactJS (with create-react app)
  • React Router DOM
  • React Helmet
  • Material UI
  • Node.js v12.16.3
  • Firebase Authentication
  • Firebase Database
  • Firebase Storage

Installation

1. Clone

Clone this repo on your local machine from https://github.com/tdrv90/simple-instagram.

2. Setup

    npm install

3. Run

    npm start

and open http://localhost:3000 in your browser.

Usage

The app has a public part (accessible without authentication) and private part (available for registered users)

Public part

  1. Guest Home Page: static page with, renders header with links to Posts / Sign In and Sign Up pages.

Guest Home Page

  1. Posts Page: the guest can see posts from registered users, but cannot comment or like them.

Guests Posts Page

  1. Sign In Page: the user can authenticate with their profile

Sign In Page

  1. Sign Up Page: the guest can register an account with the profile name, email, and password

Sign Up Page

Private part

  1. Home Page: once the user has authenticated the Guests Home Page is not visible for them and it redirects to '/posts'

  2. Posts Page: the user can see all available posts ordered in descending view (the latest posts are on top) and can comment on them. There is Likes functionality available for authenticated users. Liked posts can also be unliked which will remove the like from the logged user. Posts Page Authenticated

  3. My Posts Page: this page shows the posts only from the logged user. Also, it provides functionality to delete your posts.

My Posts Page

  1. Add Post Page: this is the page from where new posts are added. To add a new post the user must write a caption and select a photo.

Add Post

  1. Profile Page: provides basic profile details (username and email), functionality to change the user password, and image upload module to add a profile photo.

Profile Page

  1. Logout Page: Logouts the user and redirects to Guest Home Page

Logout Page

Live

You can check the live version here:

https://simple-instagram-4f24f.web.app/

License

MIT

simple-instagram's People

Contributors

tdrv90 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.