Skip to content

Osida/OsidaPortfolio

Repository files navigation

Hi there, I'm Osida! 👋

class Developer {
    constructor(name, skills) {
        this.name = name;
        this.skills = skills;
    }

    greet() {
        return `Hello, I'm ${this.name}, a web developer passionate about full-stack development.`;
    }
}

const skills = {
    frontend: ["Next.js", "Tailwind CSS", "Framer Motion", "Redux", "TypeScript", "Figma"],
    backend: ["Node.js", "GraphQL"],
    mobile: ["React Native"],
    testing: ["Cypress"],
    database: ["Sanity.io", "MongoDB", "Firebase", "MySQL"],
    tools: ["VS Code", "Git", "GitHub"]
};

const osida = new Developer("Osida", skills);
console.log(osida.greet());

👀 Preview

preview.mov

📫 Let's Connect

🚀 My Journey

const journey = [
    'Pushing the boundaries of web development',
    'Learning something new every day',
    'Building seamless digital experiences'
];

console.log(journey.join('\n'));

🚀 Explore My Portfolio

  • Dive into my projects. Click here
  • Discover my expertise in frontend, backend, and React Native development.
  • See full-stack capabilities showcased in the Skills section.