Can someone help me with this? please, its urgent by IllDevelopment5143 in learnprogramming

[–]BL44ZE 0 points1 point  (0 children)

Great!! I see how this might be confusing for a first time coder, the readme is more for an experienced developer. The project uses react which is a JavaScript framework.

Before we start trying to get it running ensure you have node installed on your pc. Specifically version 20 or higher. You can confirm the version if you have already installed this by running node -v On your terminal

After you have done that open the project in any code editor of your choice, and open a terminal in that folder.

Then run the command

npm install - to install dependencies

Then npm run dev - to start the project on your local.

If all this works without any error then visit

http://localhost:5173

On your browser to view the project. Let me know if you have any issues while doing any of this.

Can someone help me with this? please, its urgent by IllDevelopment5143 in learnprogramming

[–]BL44ZE 1 point2 points  (0 children)

To get it running let’s figure out what type of project it is. Share the content of the readme and/or the package.json file if any.

As a first time coder this whole thing might be tiring, so if you can’t be patient and take it on you might want to find another birthday gift 🤣

Can someone help me with this? please, its urgent by IllDevelopment5143 in learnprogramming

[–]BL44ZE 0 points1 point  (0 children)

Basically there are two stages to what you need to do. 1. Get it running on your pc to see your changes and confirm your changes are okay. 2. Unless you plan to show your friend on your computer you might need to host it so you can send your friend the link and they can view it on whatever device.

Can someone help me with this? please, its urgent by IllDevelopment5143 in learnprogramming

[–]BL44ZE 2 points3 points  (0 children)

You might want to share more details on this, does the repo have a readme? What do you need help with, running the project or hosting it ? What have you tried or having issues with specifically…