An abstract letter D Logo which represents the D in David
About Me Skills Projects Services Contact

David Olaniyan

I turn ideas into websites, one line of code at a time

Contact Now
projects.tsx
const ProjectCard = ({ project }) => {
  const { title, tech, description } = project;
  return (
    <div className="project-item">
      <h3>{title}</h3>
      <p>{description}</p>
      <div className="tech-stack">{tech}</div>
    </div>
  );
};
portfolio.tsx
const Portfolio = () => {
  const passion = "web development";
  const focus = "clean & intuitive design";
  return (
    <div>
      Creating the future
      Turning visions into reality
    </div>
  );
};
skills.tsx
const Skills = () => {
  const frontend = ["React", "TypeScript", "CSS"];
  const design = ["Figma", "Illustrator"];
  return (
    <section>
      <h2>Technical Expertise</h2>
      <SkillList items={frontend} />
    </section>
  );
};

About Me

Abstract letter D with a thin outline

Experience

Education

Lorem Ipsum

I’m a web developer who builds responsive, user-friendly websites. I love creating clean designs and writing elegant code to bring ideas to life. Whether it’s crafting intuitive interfaces or improving functionality, I’m passionate about turning challenges into polished solutions. I'm always evolving, and always learning – that's my approach to web development.

Skills

HTML

CSS

JavaScript

TypeScript

React

React Native

Python

Figma

Projects

Screenshot of PureRide website homepage

PureRide Services

PureRide provides expert bike service and repair with professional-grade, affordable options tailored for the community.

HTML CSS JavaScript
Visit Site
Screenshot of Cubepad website homepage

Cubepad

Cubepad is a comprehensive guide designed to teach people how to solve the cube in a clear, engaging way, with interactive tutorials.

TypeScript React.js Cubing.js Mantine UI Library
Visit Site
View More Projects

Services

Web Development

Creating responsive, modern websites with clean code that precisely match your objectives.

Web Design

Designing visually appealing and user-friendly interfaces tailored specifically to your unique needs.

Web Maintenance

Regular updates, performance monitoring, and troubleshooting to ensure your site runs smoothly.

Want to Partner Up? Reach Me with a Click

+45 51 46 00 43

Connect

davideniola108@gmail.com

Copyright © David Olaniyan. All rights reserved.