{"id":13403359,"url":"https://github.com/ghoshnirmalya/linkedin-clone-react-frontend","last_synced_at":"2025-04-07T06:12:07.626Z","repository":{"id":33950356,"uuid":"148615836","full_name":"ghoshnirmalya/linkedin-clone-react-frontend","owner":"ghoshnirmalya","description":":rocket: Frontend for a software similar to LinkedIn","archived":false,"fork":false,"pushed_at":"2024-10-29T16:08:46.000Z","size":3155,"stargazers_count":68,"open_issues_count":3,"forks_count":25,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-31T05:05:37.205Z","etag":null,"topics":["create-react-app","linkedin","react","reactjs","redux","redux-thunk"],"latest_commit_sha":null,"homepage":"https://linkedin-react.netlify.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghoshnirmalya.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-13T09:36:27.000Z","updated_at":"2025-03-01T11:39:17.000Z","dependencies_parsed_at":"2024-12-24T07:12:13.180Z","dependency_job_id":"f76fd9a9-4ecb-4105-9871-7a3c1eb16461","html_url":"https://github.com/ghoshnirmalya/linkedin-clone-react-frontend","commit_stats":{"total_commits":158,"total_committers":4,"mean_commits":39.5,"dds":0.5,"last_synced_commit":"aabb1fb66434f9ac2ec63bf940564c119f1d4c8c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Flinkedin-clone-react-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Flinkedin-clone-react-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Flinkedin-clone-react-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Flinkedin-clone-react-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghoshnirmalya","download_url":"https://codeload.github.com/ghoshnirmalya/linkedin-clone-react-frontend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601449,"owners_count":20964864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["create-react-app","linkedin","react","reactjs","redux","redux-thunk"],"created_at":"2024-07-30T19:01:28.984Z","updated_at":"2025-04-07T06:12:07.611Z","avatar_url":"https://github.com/ghoshnirmalya.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Frontend for a software similar to LinkedIn\n\n[![Build Status](https://travis-ci.org/ghoshnirmalya/linkedin-react.svg?branch=master)](https://travis-ci.org/ghoshnirmalya/linkedin-react) [![Greenkeeper badge](https://badges.greenkeeper.io/ghoshnirmalya/linkedin-react.svg)](https://greenkeeper.io/)\n\nA clone of LinkedIn software with basic functionalities.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/6391763/47952048-5689f800-df8f-11e8-9491-472b3cb9ce00.png\" alt=\"Logo\"\u003e\n\u003c/p\u003e\n\n## Demo\nPlease check out the Netlify demo at https://linkedin-react.netlify.com/.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\n- [Docker](https://docs.docker.com/)\n\n### Installing\n\nInstalling the app is very simple and consists of the following steps:\n\n#### Step 1: Clone the app\n\n```\ngit clone git@github.com:ghoshnirmalya/linkedin-react.git \u0026\u0026 cd linkedin-react\n```\n\n#### 2. Build the project\n\n```\ndocker-compose build\n```\n\n#### 3. Copy the env files\n\n```\ncp .env.development.example .env.development \u0026\u0026 cp .env.test.example .env.test\n```\n\nThe app will be running at [localhost:3001](http://localhost:3000/).\n\n## Running the tests\n\nYou can run all the specs using the following command:\n\n```\ndocker exec -it linkedin-react_linkedin.react.web_1 yarn test --watch\n```\n\nJest will run all your tests. If you don't have a test file, it'll show the following error:\n\n```\nNo tests found related to files changed since last commit.\nPress `a` to run all tests, or run Jest with `--watchAll`.\n\nWatch Usage\n › Press a to run all tests.\n › Press p to filter by a filename regex pattern.\n › Press t to filter by a test name regex pattern.\n › Press q to quit watch mode.\n › Press Enter to trigger a test run.\n```\n\n### Building the app\n\nYou can create a production build of you app using the following command:\n\n```\nyarn build\n```\n\n## Screenshots\n\n### Companies Listing page\n\u003cimg src=\"https://user-images.githubusercontent.com/6391763/47951856-b7640100-df8c-11e8-8623-6c3e0764cddb.png\" /\u003e\n\n### Company Profile page\n\u003cimg src=\"https://user-images.githubusercontent.com/6391763/47951857-b7640100-df8c-11e8-8a2a-00325d05749f.png\" /\u003e\n\n### Users Listing page\n\u003cimg src=\"https://user-images.githubusercontent.com/6391763/47951859-b7fc9780-df8c-11e8-8903-0c0efedd9949.png\" /\u003e\n\n### Jobs Listing page\n\u003cimg src=\"https://user-images.githubusercontent.com/6391763/47951858-b7fc9780-df8c-11e8-8a39-eae3742a8989.png\" /\u003e\n\n## Built With\n\n- [React](https://facebook.github.io/react/) - A JavaScript library for building user interfaces\n- [Redux](https://redux.js.org/) - Redux is a predictable state container for JavaScript apps\n- [React Router](https://reacttraining.com/react-router/) - React Router is a collection of navigational components that compose declaratively with your application\n- [Create React App](https://github.com/facebookincubator/create-react-app/) - Create React apps with no build configuration\n- [Docker](https://www.docker.com/) - Used to containerize the app\n- [Screely](https://www.screely.com/) - Instantly turn your screenshot into a beautiful design mockup\n\n## Contributing\n\nIf you find any bugs, please feel free to create an issue for that.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghoshnirmalya%2Flinkedin-clone-react-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghoshnirmalya%2Flinkedin-clone-react-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghoshnirmalya%2Flinkedin-clone-react-frontend/lists"}