Here is a version of the previous portfolio made as a lad exercise during our early days at General Assembly.
What Makes a Good Developer Portfolio?
A portfolio is not a resume. It is a showcase of completed work rather than a description of experience. For a developer, developing an online portfolio is the perfect way to flaunt the tricks of your trade. A web developer’s portfolio is the evidence to support the claims you have made in your resume. If a resume is where you talk the talk, a portfolio is where you have to walk the walk.(source: Codementor.io)
- Link
- Browser Preview
- Mobile Preview
- Hardware Platform
- The Making of the Portfolio
- Code Sample
- Technologies
- Contribution Guidelines
- Attributions
- Special Thanks
- Acknowledgement
- Feedback
Clone repo, install, cd into folder and run:
npm install
npm start
I encounter a few issues regarding React-MDL. There was a learning curve, but nothing too complex.
} else if (this.state.activeTab === 1) {
return (
<div>
<h1>This is Javascript</h1>
</div>
);
} else if (this.state.activeTab === 2) {
return (
<div>
<h1>This is Wordpress</h1>
</div>
);
} else if (this.state.activeTab === 3) {
return (
<div>
<h1>This is HTML/CSS</h1>
</div>
);
} else if (this.state.activeTab === 4) {
return (
<div>
<h1>This is Angular</h1>
</div>
);
}
}
This code helps the tabs hold value according to their state.(_source: https://tleunen.github.io/react-mdl/
)
- create-react-app cli
- React MDL material design
- React Router
Submit contribution through my repository for approval through this link:
- Portfolio created using React Meterial Design Lite tleunen.github.io
- Icons taken from fontawesome.com
- Website hosting provided by netlify.com
- Custome domain hosting provided by namecheap.com
- Online GIF maker used hnet.com
- Images edited using pixlr.com
- Fonts provided by dafont.com
- Favicon made using favicon.io
General Assembly Team: Ruby Sycamore-Smith General Assembly Students: Sage Kearny
No Acknowledgement yet
No feedback notes yet