Skip to content

A frontend Facebook-like Clone made using Nextjs, Firebase, Facebook auth, etc

Notifications You must be signed in to change notification settings

luisggc/fishbook

Repository files navigation

FishBook

A frontend Facebook-like Clone made using Next.js

Deployed using Vercel. Check yourself here.

  • Login with Facebook API
  • Make your Post with Photo Upload
  • Server Side Rendering of Posts
  • Realtime changes to Posts
  • Fully Responsive

Demo

Demo

Built with

Running the project

This is a Next.js project bootstrapped with create-next-app.

First create a .env.local file with your data:

FACEBOOK_CLIENT_ID=xxxxxxxxxxx

FACEBOOK_CLIENT_SECRET=xxxxxxxxxxx

NEXT_PUBLIC_SECRET=xxxxxxxxxxx

NEXT_PUBLIC_SITE=xxxxxxxxxxx


In the project directory, you can run:

npm run dev

It runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

About

A frontend Facebook-like Clone made using Nextjs, Firebase, Facebook auth, etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published