Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhanufyi/linkedin-clone
https://github.com/bhanufyi/linkedin-clone
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhanufyi/linkedin-clone
- Owner: bhanufyi
- Created: 2021-09-20T14:47:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T18:34:13.000Z (over 3 years ago)
- Last Synced: 2024-04-18T12:23:46.189Z (9 months ago)
- Language: JavaScript
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkedIn Clone
```javascript
const Clone = () =>
{
return
`This App is only a prototype of the
LinkedIn and doesn't implement all the features that in the original app.${}
`
}```
## How Use This Code
git clone
npm i
npm startThe app will be running at localhost:3000 by default.