FACEBOOK Clone
Facebook Clone using React js, HTML, CSS and Firebase.
How to start?
Clone my repository
git clone https://github.com/B0s0/facebook-clone.git
Change directory
cd facebook-clone
Install all packages
npm install
Necessary firebase steps
- 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
postscollection in your firestore database.
Get your Config from Project settings
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
Rename env.example to .env
npm ..
- Do
npm run buildor if you just want to checkout stuff donpm start
Firebase Deploy
Manage your hosting settings and deploy this to firebase. I WON'T be covering this topic, you can find videos online.
Log in or sign up for Devpost to join the conversation.