blog.pranshujha.comGive me 5 minutes and I'll teach you Git!Disclaimer: The title is blatant clickbait :p 5 minutes is definitely not enough to learn git in its entirety. However while I can't promise that you'll become a git expert at the end of the blog, I can promise 5 minutes are more than enough to nail ...May 2, 2023路6 min read
blog.pranshujha.comI made a website to rickroll my friendsFor a long time, I've wanted to use my skills for the greater good, like trolling my friends. But then I had a genius idea pop up in my head. What if there was a website that rickrolled you when you opened it? But there in fact were websites that r...Jan 20, 2023路5 min read
blog.pranshujha.comBeautify Your Text With CSS Gradients!Here's how to add a gradient to your text to create something like 馃憞 Although CSS lets you do all sorts of amazing things, unfortunately for some reason you can't just do color: linear-gradient(#67b26f, #4ca2cd); To set gradient as the text color...Dec 17, 2021路1 min read
blog.pranshujha.comDeploy your React app to GitHub Pages in 3 simple steps!Done making your React app and want to deploy it for the world to see? Learn how to deploy your app to GitHub instantly in just 3 simple steps! Step 1: Installing gh-pages gh-pages is the npm library that will let us deploy our app to GitHub pages. I...Nov 26, 2020路2 min read
blog.pranshujha.comIntegrating TailwindCSS with React in 3 simple steps!In this article I'll demonstrate how you can integrate TailwindCSS in React and also, how to purge unused CSS at the end. Let's begin! Step 1: Adding TailwindCSS to your project cd into your project directory and use the following command to install ...Nov 19, 2020路2 min read