View Github Issues as stats in a compact wayIntro Issue Stats is a GH action that analyses a repo's issues and then generates a table for quick and easy info. The stat points are: average issue response time ⏱ total issues 🔢 open issues 📬 closed issues 📭 replied issues ☑ not replied issue...Dec 10, 2021·1 min read·37
Maker Flow - All your favorite creative dev tools & links in one placeWhat is Maker Flow ❔ It is a Web app for devs that keeps all your favorite online tools in one place so you can easily access them plus it shows you tools used by other devs which you might want to try out 👌. Github / Demo Inspiration ✨ So if you ...Aug 28, 2021·2 min read·221
4 useful react npm packages for beginnersHey guys so this is gonna be a brief one where we'll talk about npm packages that I found very useful while learning react. Here they are 🔽🔽🔽. TLDR 😉 AOS for animations SVG-loaders-react for loading overlays Material-ui/core for styling Mat...Aug 21, 2021·2 min read·66
How to add a context menu to your chrome extension in reactIntro 💨 Alright so following our last article we were able to create a simple chrome extension. Today we're going to be adding a context menu that pops up an alert whenever we right click on an a page, so let's get started. Details 🛠 In chrome e...Aug 14, 2021·2 min read·2.0K
How to make your React app a Chrome extensionInto 💨 Chrome extensions can be really handy as they provide added functionality and tools for users. In this post we're going to make a simple chrome extension pop-up, so lets get started Details Create the React app This creates the necessary re...Aug 7, 2021·2 min read·446
How to make your React App a Progressive Web App (PWA)Intro 💨 PWAs are great for your apps because; Short loading times and overall better performance in poor network conditions for your users. No need for extra development time to make product a native app(iOS and Android). Have native features lik...Jul 31, 2021·7 min read·2.6K
How to create a simple selected navbar link in reactThis is something I recently learnt and thought it could be helpful, here it is: The following is a step by step process of how to achieve the above:. Packages Used📦 You should be familiar with the following React-router-dom Material UI Detail...Jul 24, 2021·2 min read·294