// π 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 π
Passionate about building responsive, accessible, and visually appealing web applications.
Currently focusing on personal projects, open-source contributions,
Pinned Loading
-
authentication
authentication Publicbuild a project with vite , react router v7 , express that client can sign in and sign up .
TypeScript
-
-
push-notification-nextjs
push-notification-nextjs PublicForked 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
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.