The LinkedIn-clone web application presents a custom LinkedIn-clone.
The APP is created with the latest industry standards using React.js and Redux Toolkit
Firebase is used for the backend
- Visitors can register using their Full name, image URL, email, and password.
- Logged-in users can view other people's posts and can add their own posts to the feed.
- Users can click on the avatar on the navbar to sign out.
This project was built using these technologies.
- React.js
- Redux Toolkit
- Firebase
To get this project set up on your local machine, follow these simple steps:
Step 1
Navigate through the local folder where you want to clone the repository and run
git clone https://github.com/nedimperva/linkedin-clone-react
. It will clone the repo to your local folder.
Step 2
Run cd linkedin-clone-react
Step 3
Run npm install
to install the npm packages from the package.json
file.
Step 4
Run npm start
to start the webpack server, you can now navigate to http://localhost:3000
to view the app.