1.0.0 • Published 5 years ago
react-portfolio-component v1.0.0
React Portfolio Component
React Portfolio Component is a readymade component to create your portfolio.
Installation
Use the package manager npm to install foobar.
npm install react-portfolio-component
Usage
import App from 'react-portfolio-component';
<App data = {props}/>
Props Data
props : {
profileImage : `https://image.freepik.com/free-vector/businessman-profile-cartoon_18591-58479.jpg`,
name: "Muzaffar Ahmad",
nickname: 'Maahi Bhat',
profile: "Software Engineer",
email: "demo@demomail.com",
phone: "(+91)-9876543210",
year: 2020,
company: "XYZ Ltd",
companyUrl: "https://www.xyz.com",
topSkills: ['NodeJs','ReactJs','AWS'],
intro : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus id tellus cursus, scelerisque erat at, pharetra lacus. Maecenas elementum sem id magna aliquet, gravida tempor enim lobortis. Fusce suscipit tincidunt erat, sit amet volutpat elit fermentum a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus id tellus cursus, scelerisque erat at, pharetra lacus. Maecenas elementum sem id magna aliquet, gravida tempor enim lobortis. Fusce suscipit tincidunt erat, sit amet volutpat elit fermentum a.",
skillsLevel :[
{ name : 'NodeJs', strength : '70' },
{ name : 'ReactJs', strength : '90' },
{ name : 'AWS', strength : '50' },
{ name : 'AngularJs', strength : '75' },
{ name : 'PHP', strength : '80' }
]
}
Additions
All new dynamic designs and functions will be added sooner
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.