All Projects → ghoshnirmalya → linkedin-clone-react-frontend

ghoshnirmalya / linkedin-clone-react-frontend

Licence: MIT license
🚀 Frontend for a software similar to LinkedIn

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to linkedin-clone-react-frontend

redux-login
React & Redux 实现注册登录认证系统 - 视频源码
Stars: ✭ 26 (-45.83%)
Mutual labels:  create-react-app, redux-thunk
elegant-react-ssr
Server-side rendering with create-react-app, React Router v4, Helmet, Redux, and Thunk boilerplate, without ejecting CRA
Stars: ✭ 16 (-66.67%)
Mutual labels:  create-react-app, redux-thunk
Create React App Redux
React Router, Redux, Redux Thunk & Create React App boilerplate
Stars: ✭ 885 (+1743.75%)
Mutual labels:  create-react-app, redux-thunk
boss
React+express+sock.io+mongodb build a boss
Stars: ✭ 25 (-47.92%)
Mutual labels:  create-react-app, redux-thunk
React Social Network
Simple React Social Network
Stars: ✭ 409 (+752.08%)
Mutual labels:  create-react-app, redux-thunk
React Antd Admin Template
一个基于React+Antd的后台管理模版,在线预览https://nlrx-wjc.github.io/react-antd-admin-template/
Stars: ✭ 1,022 (+2029.17%)
Mutual labels:  create-react-app, redux-thunk
React Admin
基于[email protected]的react动态权限后台管理系统模板
Stars: ✭ 151 (+214.58%)
Mutual labels:  create-react-app, redux-thunk
github-readme-linkedin
📋 A serverless application to get dynamically generated images from your LinkedIn profile on your GitHub READMEs
Stars: ✭ 52 (+8.33%)
Mutual labels:  linkedin
sharon
A lightweight and modular social sharing library
Stars: ✭ 16 (-66.67%)
Mutual labels:  linkedin
coincharts
Cryptocurrency Price Chart (GDAX)
Stars: ✭ 75 (+56.25%)
Mutual labels:  create-react-app
iguazu-graphql
✨ Iguazu GraphQL is a plugin for the Iguazu ecosystem that allows for GraphQL requests backed by a simple cache.
Stars: ✭ 17 (-64.58%)
Mutual labels:  redux-thunk
a8k
基于 webpack 最佳实践构建工具https://hxfdarling.github.io/a8k/
Stars: ✭ 52 (+8.33%)
Mutual labels:  create-react-app
kkt
Create React apps with no build configuration, Cli tool for creating react apps.
Stars: ✭ 40 (-16.67%)
Mutual labels:  create-react-app
Socioboard-5.0
Socioboard is world's first and open source Social Technology Enabler. Socioboard Core is our flagship product.
Stars: ✭ 663 (+1281.25%)
Mutual labels:  linkedin
dva-boot
🌱 使用CRA(create-react-app v2) 构建的react dva 2 脚手架 支持动态路由、接口数据模拟、按功能分层、并且包含诸多实用的小组件
Stars: ✭ 79 (+64.58%)
Mutual labels:  create-react-app
square-mock
A simple mock-up of the Square Dashboard UI Kit using React, Redux, Webpack, Babel, and Firebase.
Stars: ✭ 21 (-56.25%)
Mutual labels:  redux-thunk
react-app-rewire-webpack-bundle-analyzer
Add webpack-bundle-analyzer to a react-app-rewired config.
Stars: ✭ 24 (-50%)
Mutual labels:  create-react-app
react-custom-share
Social media share buttons for ReactJS. Use one of the built-in button themes or create a custom one from scratch.
Stars: ✭ 47 (-2.08%)
Mutual labels:  linkedin
react-starter
An opinionated simple react boilerplate
Stars: ✭ 22 (-54.17%)
Mutual labels:  redux-thunk
react-component-lib
Boilerplate repo for creating npm packages with React components written in TypeScript and using styled-components
Stars: ✭ 69 (+43.75%)
Mutual labels:  create-react-app

Frontend for a software similar to LinkedIn

Build Status Greenkeeper badge

A clone of LinkedIn software with basic functionalities.

Logo

Demo

Please check out the Netlify demo at https://linkedin-react.netlify.com/.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

Installing the app is very simple and consists of the following steps:

Step 1: Clone the app

git clone [email protected]:ghoshnirmalya/linkedin-react.git && cd linkedin-react

2. Build the project

docker-compose build

3. Copy the env files

cp .env.development.example .env.development && cp .env.test.example .env.test

The app will be running at localhost:3001.

Running the tests

You can run all the specs using the following command:

docker exec -it linkedin-react_linkedin.react.web_1 yarn test --watch

Jest will run all your tests. If you don't have a test file, it'll show the following error:

No tests found related to files changed since last commit.
Press `a` to run all tests, or run Jest with `--watchAll`.

Watch Usage
 › Press a to run all tests.
 › Press p to filter by a filename regex pattern.
 › Press t to filter by a test name regex pattern.
 › Press q to quit watch mode.
 › Press Enter to trigger a test run.

Building the app

You can create a production build of you app using the following command:

yarn build

Screenshots

Companies Listing page

Company Profile page

Users Listing page

Jobs Listing page

Built With

  • React - A JavaScript library for building user interfaces
  • Redux - Redux is a predictable state container for JavaScript apps
  • React Router - React Router is a collection of navigational components that compose declaratively with your application
  • Create React App - Create React apps with no build configuration
  • Docker - Used to containerize the app
  • Screely - Instantly turn your screenshot into a beautiful design mockup

Contributing

If you find any bugs, please feel free to create an issue for that.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].