AIaryan ingleinlearnandwrite.hashnode.dev路Oct 15, 2024 路 4 min readWeather-App projectOutput: Refrence:https://gameoftaksh.live/level/3/project/16/ Taksh is a child's dream come true. Education turned into a game. It is a Innovative ed-tech platform designed to transform disengaged-unwilling youth into skilled and inspired individua...00
AIaryan ingleinlearnandwrite.hashnode.dev路Oct 1, 2024 路 1 min readIBM Full Stack Developer Coursera (Part5)Deploying React,Javassript Website on Github. WHAT I LEARNED: How to deploy your project on the github with the help of gh-pages Few new commands in linux and git commands . To instal gh-pages : npm install gh-pages --save-dev In Repo 鈥榣earn_rea...00
AIaryan ingleinlearnandwrite.hashnode.dev路Sep 1, 2024 路 2 min readReact Beginner [project based learning]Problems that I encountered: 1. Executable Files Restriction: Firebase Hosting, under the Spark (free) plan, does not allow the deployment of executable files, which typically include .exe, .dll, .bat, and similar file types. This restriction is ...00
AIaryan ingleinlearnandwrite.hashnode.dev路Aug 30, 2024 路 2 min readReact BeginnerProblems that I encountered: I deleted few files using command remove ; because of it I was not able to run the file in the browser it was giving me an error as : "Module not found" Solution : I used the command for installation again ;I tried seei...00
AIaryan ingleinlearnandwrite.hashnode.dev路Aug 26, 2024 路 2 min readGit Commands 馃槑Problems I encountered : When I am in branch(C_branch) and I commit some changes and then after I use the merge command trying to merge 'C_branch' to 'main' branch from the C_brach and it gave me "Already up to date." . When I go to the origin branc...00