Skip to content

An attractive and interactable user interface created with React.js.

Notifications You must be signed in to change notification settings

claudiobonfati/linkedin-redesign-app

Repository files navigation

LinkedIn Redesign

An attractive and interactable user interface created with React.js.

You can check the LIVE project here.

Video presentation

About this project

The idea of the App is:

"What if LinkedIn was beautiful?"

Why?

This project is part of my personal portfolio, I'll be more than happy if you could provide me any feedback about the project, code, code structure and so on!

Connect with me at the real LinkedIn.

Some notes about the project

1 - The API was created with sample and static data for displaying purpose only, without any INSERT, DELETE or UPDATE methods.

2 - The new design concept was created by Gregoire Vella, and it's not intended to be shown as my personal work. See more at Authors section.

Getting Started

Prerequisites

To run this project in the development mode, you'll need to have a basic environment to run an React.js application, that can be found here.

Also, you'll need the API running locally on your machine. You can find the API and all the instructions to start the local server here.

Installing

Cloning the repository

$ git clone https://github.com/claudiobonfati/linkedin-redesign-app.git

$ cd linkedin-redesign-app

Installing dependencies

$ npm install

Connecting the project with the local API

1 - Follow the instructions on the API page to have the server up and running on your machine.

2 - With the API up and running, rename the .env.example file to .env and edit the NEXT_PUBLIC_GRAPHQL_URL value to http://localhost:3000/graphql, or with the value you set up the API.

Running

With all dependencies installed and the environment properly configured, you can now run the project:

$ npm run dev

Access the application at http://localhost:3001/linkedin-redesign-app/.

Contributing

You can send how many PR's you want, I'll be glad to analyse and accept them!

Connect with me at the real LinkedIn.

Thank you!

Authors

License

This project is licensed under the MIT License.

The design may also have its own copyright details.

About

An attractive and interactable user interface created with React.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published