Skip to content

KonstantinosAng/facebook-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Clone

A clone of Facebook Home page using React JS/React JS Context API for the front-end and Firebase for the back-end. Inspired by this tutorial

Requirements

Inside the repo there is a .env.example file. Rename it to .env and fill the values with your own api keys.

For firebase you will need a firebase config file from your webapp with the following values.

REACT_APP_FIREBASE_API_KEY=
REACT_APP_FIREBASE_AUTH_DOMAIN=
REACT_APP_FIREBASE_PROJECT_ID=
REACT_APP_FIREBASE_STORAGE_BUCKET=
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=
REACT_APP_FIREBASE_APP_ID=
REACT_APP_FIREBASE_MEASUREMENT_ID=

Installation

Assuming you have npm installed, clone the repo and run the following code:

npm install

Usage

Inside the cloned folder run:

npm start

Example

About

A clone of Facebook Home page using React JS/React JS Context API for the front-end and Firebase for the back-end.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published