batzsh / linkedin-ui-clone-react

LinkedIn UI Clone with shimmer effect

Home Page:https://linkedin-ui-clone-react.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”· LinkedIn UI Clone

A LinkedIn interface clone with shimmer effect.

GitHub language count Repository size GitHub last commit License Stargazers Made by henbalmant Stargazers

Status: πŸš€ Done

Summary

πŸ’» About

πŸ”· LinkedIn UI CLone is an interface clone with an amazing loading effect.

πŸ”Ό Open in Vercel

Preview

Project developed with Rocketseat.


βš™οΈ Features

  • Responsivity (Mobile & Desktop)
    • Mobile header
    • Desktop header
  • Loading effects
    • Shimmer
    • Gradient loading
  • Left Column
    • Profile panel
    • Hashtag panel
  • Middle Column
    • Feed share
    • Feed post
  • Right Column
    • Trending panel

πŸš€ How to run this project

This project has only a frontend application.

Requirements

Before you begin, you will need to have the following tools installed on your machine: Git and Yarn

Besides that, is good to have an editor to visualize and navigate trough the code like VSCode

🎲 Running the application

# Clone this repository
$ git clone git@github.com:henbalmant/linkedin-ui-clone-react.git

# Access the project folder with your terminal/cmd
$ cd linkedin-ui-clone-react

# Install all dependencies
$ yarn install

# Starts the application
$ yarn start

# The server will start on port:3000 - access http://localhost:3000

πŸ”Ό Open in Vercel


πŸ›  Tech Stack

The following tools were used in the construction of the project:

Frontend (React + TypeScript)

See package.json

Utilities


πŸ’ͺ How to contribute

  1. Fork the project.
  2. Create a new branch with your changes: git checkout -b my-feature
  3. Save your changes and create a commit message telling you what you did: git commit -m "feature: My new feature"
  4. Submit your changes: git push origin my-feature

    If you have any questions check this guide on how to contribute


🦸 Author


Henrique Balmant
πŸš€

Gmail Badge Linkedin Badge


πŸ“ License

This project is under the license MIT.

Made with ❀️ by Henrique Balmant πŸ‘‹πŸ½ Get in touch!

About

LinkedIn UI Clone with shimmer effect

https://linkedin-ui-clone-react.vercel.app

License:MIT License


Languages

Language:TypeScript 92.6%Language:HTML 5.7%Language:JavaScript 1.7%