AAakankshainaakanksha.hashnode.dev·May 22, 2021 · 4 min readHow to deploy React App to GitHub PagesHello everyone! If you want to host your amazing ReactJs projects, that you are currently working on, but don’t know how to then you have come to the right place. In this blog, we will see how to create a ReactJs application deploy it to GitHub pages...00
AAakankshainaakanksha.hashnode.dev·May 9, 2021 · 3 min readJavascript ArrayWhat is Javascript Array? An array is a very powerful data structure in Javascript. Arrays are like an object that can store a collection of items in a single variable. Few important points related to Javascript Arrays - Array becomes really helpfu...00
AAakankshainaakanksha.hashnode.dev·May 2, 2021 · 3 min readCSS Flexbox Cheat SheetHello World! When I was learning layout in CSS, alignment concepts were the most confusing part to me. I got it now but it took me a while to understand it completely. I have created a simple cheat sheet for flexbox properties and their values with a...00
AAakankshainaakanksha.hashnode.dev·Apr 23, 2021 · 1 min readHow to get the IP address of your MacBook?Hello World! Through my first hashnode post, I want to tell you how can get your IP address on your MacBook in two very simple ways. Go to Terminal -> type "ifconfig" -> from the output, check "en0" section, you will find your IP address here - ...00