Deploying react project on GitHub (The simple way).
Photo by Fotis Fotopoulos on Unsplash When I started creating react projects in general, I had limited knowledge about its deployment. It is very important that you showcase your work to the world. For both students and professionals, until and unless you can show your work, your skills may be in question. I wondered where can I deploy my projects without actually going through a lot of trouble, or submitting a credit card or not worrying about the trial run period. After a good amount of research, I found the solution right in front of me. Using Github for deployment is very easy and I have deployed almost all of my projects on it without any trouble. In the following section, I will be discussing how you can go about creating and deploying your react projects on GitHub very easily. The very first step is to download and install node Js from https://nodejs.org/en/ on your computer. Node js will come with npm which is a package manager that will be used for installing a cre...