Built using React.js, Redux, Firebase, React Player & Styled-Components. Visit the live site at Linkedin-Clone
- Login using Google (Firebase Authentication)
- Create posts
- Share photos and videos (React player for videos)
- Like posts
-
Clone this repo
-
Install the dependencies
npm install
-
Setup Firebase
-
Create Firebase account
-
Create a new project
-
Copy your firebase project config from there
- Paste the config details inside firebase/config.js file (Create a new file if it doesn't exist). Then export as firebaseConfig.
export const firebaseConfig = {/* paste config here*/};
- Setup authentication using Google
-
-
Run a production build of the project
npm run build
Installs the project dependencies
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Thanks to these creators for their tutorials and permission to use their code. If you want to build a similar project, check out these links: