styled resume made with made with web technologies
npm install --save styled-resume
//TODO: this section needs updating at some point when project is ready
import React, { Component } from 'react'
import StyledResume from 'styled-resume'
import 'styled-resume/dist/index.css'
class Example extends Component {
render() {
return <StyledResume/>
}
}
The original design for this resume template comes from and is copyright of isabelacmor
MIT © ajstrand