Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adsonnovaes/linkedin-ui-clone
Um clone da interface inicial do LinkedIn, fazendo uso do shimmer effect para o carregamento da aplicação
https://github.com/adsonnovaes/linkedin-ui-clone
react styled-components typescript
Last synced: 11 days ago
JSON representation
Um clone da interface inicial do LinkedIn, fazendo uso do shimmer effect para o carregamento da aplicação
- Host: GitHub
- URL: https://github.com/adsonnovaes/linkedin-ui-clone
- Owner: adsonnovaes
- Created: 2021-09-09T19:27:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T03:42:39.000Z (over 3 years ago)
- Last Synced: 2024-11-14T17:34:12.398Z (2 months ago)
- Topics: react, styled-components, typescript
- Language: TypeScript
- Homepage: linkedin-ui-clone.vercel.app
- Size: 287 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Linkedin Ui Clone
## 🧪 Technologies
This project was developed using the following technologies:
- [React](https://reactjs.org)
- [Styled Components](https://styled-components.com/)
- [TypeScript](https://www.typescriptlang.org/)## 🚀 Getting started
Clone the project and access the folder.
```bash
$ git clone https://github.com/adsonnovaes/linkedin-ui-clone.git
$ cd linkedin-ui-clone
```Follow the steps below:
```bash
# Install the dependencies
$ yarn# Start the project
$ yarn start
```
The app will be available for access on your browser at http://localhost:3000