Purpose of this project was to mimic the LinkedIn profile page using ReactJS class components (ie: state and props).
- Bootstrapped with Create React App
- ReactJS (class components)
- ReactJS
- HTML5
- CSS3
LinkedIn 💼
-
Clone the repository:
git clone https://github.com/gavinslim/linkedin.git -
Inside the cloned repo, install the required dependencies:
npm install -
Initiate live demo:
npm run start -
Produce the distribution files:
npm run build
