Skip to content

AhmedHossam01/my-website

Repository files navigation

My Personal Website

Kind of a blogofolio..

screenshot

Built With

  • React
  • Gatsby
  • TailwindCSS

Live Demo

https://ahmedhossam.me/

Authors

👤 Ahmed Hossam

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Tailblocks Website - Used TailwindCSS snippets from there.

Script to scrape YouTube subscriptions

const data = Array.from(document.querySelectorAll("#channel")).map(
  (channel) => {
    return {
      imageUrl: channel.querySelector("img").src,
      channelName: channel.querySelector("#title").textContent,
      link: channel.querySelector("a").href,
      featured: false,
    };
  }
);

console.log(JSON.stringify(data));

🚀 Quick start

  1. Start developing.

    Navigate into project's folder and run

    npm run develop
  2. Open the code and start customizing!

    Your site is now running at http://localhost:8000!

    Edit src/pages/index.js to see your site update in real-time!

  3. Learn more

About

My personal blogofolio.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published