VARUNvk1729 / ASK-VCE

A social media application platform for Alumni, students, and teachers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A social media application platform for Alumni, students, and teachers. It was built using React JS, Redux, Firebase & Styled-Components.

Features and Fuctionality

  • Login using Google (Firebase Authentication)
  • Create a new post
  • Share photos and videos (React player for videos)
  • Like posts
  • Realtime update likes and posts
  • Auto authenticate user on refresh
  • Sign Out

How to build your own..?

  1. Clone this repo(https://github.com/VARUNvk1729/ASK-VCE.git)

  2. Install all the dependencies

    npm i
  3. Setup Firebase

    • Create Firebase account

    • Create a new project

    • Create a web app for that

    • Copy your config from there

      • Select config option
      • Paste those config inside firebase/config.js file
    • Setup authentication using Google

  4. Tweak code as you like

  5. Let's build the optimized version

    npm run build
  6. Now for hosting on Firebase lets config Firebase locally

    • Install Firebase CLI

    • Login to Firebase

      firebase login
    • Initialize Firebase

      firebase init
    • Select hosting in the menu

    • Select your respective project from the list

    • Select 'build' as your hosting directory and other options as you want

    • Let's deploy our clone and make it live

      firebase deploy

About

A social media application platform for Alumni, students, and teachers.


Languages

Language:JavaScript 88.9%Language:HTML 9.9%Language:CSS 1.2%