MDbrosev / LinkedIn

Re-implementation of LinkedIn developed with React, Redux and NoSQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinkedIn Re-implementation

Developed with React, Material UI, Redux and NoSQL cloud-based storage.

HomeGif


Login page


Home page

Setup

  1. Run npm or yarn to install dependencies.
  2. Rename firebaseExample.js to firebase.js file in src.
  3. Add your web app's Firebase configuration from project settings.
  4. Run yarn start

Deployment

Initialization

  1. Run firebase login
  2. Run firebase init
  3. Select Hosting
  4. Select Use an existing project and select your firebase project.
  5. What do you want to use as your public directory? Build
  6. Configure as a single page app? Yes

Deploy

  1. Run npm run build
  2. Run firebase deploy

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

yarn eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

About

Re-implementation of LinkedIn developed with React, Redux and NoSQL.


Languages

Language:JavaScript 72.6%Language:CSS 21.3%Language:HTML 6.1%