Giter VIP home page Giter VIP logo

linkedin-clone-react-frontend's Introduction

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.

linkedin-clone-react-frontend's People

Contributors

dependabot[bot] avatar ghoshnirmalya avatar greenkeeper[bot] avatar snyk-bot avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.