import React, {Component} from 'react'; import './bio.css'; class Bio extends Component { render() { return (

My name is Giovani Rodriguez and I create tools, applications and websites as solutions for individuals or businesses that need them. I am problem solver, solution maker upper and answer deilverer. I always itch to learn something new and strive to deliver my best. When I'm not creating I am either reading, writing or spending time with the people that I care.

); } } export default Bio;