code-buzz.comHappy NumberProblem Write an algorithm to determine if a number is happy. A happy number is a number where the sum of the squares of each of its digits is found repeatedly till the result is 1. This is similar to the Leetcode Problem - Happy Number Approach The ...Apr 1, 2023·1 min read
code-buzz.comSimple React Application on NetlifyProject Preview Netlify App URL Simple React App GitHub Repository Repository How to build and deploy Simple React App on Netlify How to Build and Deploy React App on NetlifyMar 30, 2023·1 min read
code-buzz.comHow to Build and Deploy React App on NetlifyPrerequisites Git installed. GitHub Account created. Netlify Account created. Node and npm installed. Steps Create an empty GitHub repository which can be public or private. Create a simple React app npx create-react-app netlify-react-app c...Mar 30, 2023·1 min read
code-buzz.comHow to Build and Deploy React App on VercelPrerequisites Git installed. GitHub Account created. Vercel Account created. Node and npm installed. Steps Create an empty GitHub repository which can be public or private. Create a simple React app npx create-react-app vercel-react-app cd ...Mar 28, 2023·1 min read
code-buzz.comSimple React Application on VercelProject Preview Vercel App URL Simple React App GitHub Repository Repository How to build and deploy Simple React App on Vercel How to Build and Deploy React App on VercelMar 28, 2023·1 min read