Skip to content

Lukazovic/linkedin-clone-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn UI Clone


Web App   |    Built With   |    About   |    How to Use   |    How to Contribute   |    Author

🔧 Built With

💻 About

This is a UI Clone on LinkedIn to learn how to work with Shimmer Effect. Shimmer Effect is a Skeleton UI to show while the application is loading all the data needed. You can see this effect in LinkedIn interface, Youtube, Nubank and so much more applications.

🎮 How to Use

Online

You can use the application online here

Locally

  • Clone the project: git clone https://github.com/Lukazovic/linkedin-clone-react-app.git;
  • Go to the project folder: cd linkedin-clone-react-app;
  • Download the dependencies: yarn;
  • Start the application: yarn start.

It will open a browser page (if it doesn't, go to http://localhost:3000).

🤔 How to Contribute

  • Fork this repository;
  • Create your branch with your feature: git checkout -b my-feature;
  • Commit your feature: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.

Then merge your pull request, you can now delete your branch

📝 Author


Lucas Vieira