Facebook Clone using React js, HTML, CSS and Firebase.
git clone https://github.com/B0s0/facebook-clone.git
cd facebook-clone
npm install
- Register a web app in your firebase project if youve got one if not make one.
- Enable google authentication in your firebase project.
- Create a new
posts
collection in your firestore database.
In your project settings scroll down untill you see your apps.
Then copy the config of your web app. and fill the details in env.example
Rename env.example
to .env
- Do
npm run build
or if you just want to checkout stuff donpm start
Manage your hosting settings and deploy this to firebase. I WON'T be covering this topic, you can find videos online.