Linkedin Clone React App

Screenshot 2021-12-19 at 20-46-32 Linkedin

I coded clone version of LinkedIn with an FAKE API.
Below technologies are used in this project.

  • ReactJS
  • ContextAPI
  • CSS (SCSS)
  • Axios
  • Storybook
  • Webpack
  • JSON Sever (to create FAKE API Server)
  • Linter (Both CSS and JS)
  • Husky (Added for linting the codebase before each commit)

Development

To run this project in your local machine;

cd linkedin-clone
yarn install
yarn dev

To develop storybook components;

cd linkedin
yarn install
yarn storybook

The conventional commit message structure has been used in this project.

Note: Read more: https://cheatography.com/albelop/cheat-sheets/conventional-commits/