10000 MkeyhaniM (mkeyhanil) Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View MkeyhaniM's full-sized avatar

Block or report MkeyhaniM

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MkeyhaniM/README.md
// πŸš€ Motivational inspire function
function inspire(name) {
  const quotes = [
    "Believe in yourself and all that you are.",
    "Dream big, work hard, make it happen!",
    "Every line of code is a step towards greatness.",
    "Your potential is unlimited."
  ];
  const emojis = ['🌟','πŸ”₯','πŸ’«','πŸš€'];
  const quote = quotes[Math.floor(Math.random() * quotes.length)];
  const emoji = emojis[Math.floor(Math.random() * emojis.length)];

  console.log(`
${emoji}  ${quote}  ${emoji}
`);
  console.log(`Hello, ${name}! Let's build something amazing today!`);
  console.log('✨ Keep coding, keep shining! ✨');
}

inspire('Developer'); // Swap in your name and start coding with a smile 😊

Pinned Loading

  1. authentication authentication Public

    build a project with vite , react router v7 , express that client can sign in and sign up .

    TypeScript

  2. e-afkham e-afkham Public

    An e-commerce project , developed with NextJS 15

    TypeScript

  3. push-notification-nextjs push-notification-nextjs Public

    Forked from david-randoll/push-notification-nextjs

    A sample project demonstrating how to send push notifications from a Next.js web app to iOS and Android devices.

    TypeScript

0