I am a passionate front-end developer, I specialize in crafting dynamic web applications that bring ideas to life. Discover my certifications and latest projects, highlighting my expertise in React.js and modern web development.    

const developer = {
  name:'Abiola Emmanuel',
  role:'Frontend Developer',
  skills: [
    'React','Next.js','PHP','SQL','Bootstrap CSS',
    'Tailwind CSS','Framer Motion','MUI',
    'Responsive Design'
  ],
  hardWorker:true,
  quickLearner:true,
  problemSolver:true
};

hireable:function () {
    return (
    this.hardWorker &&
    this.problemSolver &&
    this.skills.length >= 5
    );
}