The link sendt for the task is not really understood

Tell us what’s happening:
i dont understand what [Repl.it] at all
why not just send a github link that can be easily forked

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0.

Challenge: Demographic Data Analyzer

Link to the challenge:

You can fork the repl just like a GitHub repo. Repl provides both a code repository and an interactive environment to run the code. Ono big benefit of repl is that users do not have to install the full development environment on their computers.

Meaning I will really have to study how it work

If you know how to use GitHub and how to set up a full local development environment for Python, then you’ll be able to use Repl. Repl is really just a code repository (like GitHub) + an interactive environment to edit and run your code (like whatever editor and terminal/environment/whatnot you use locally).

Repl has reasonably good documentation and a lot of good results when you reach for solutions to technical issues on Google. And you can always ask questions here on the forum.

https://docs.repl.it/tutorials/01-introduction-to-the-repl-it-ide

You can get the github repo from the repl.it link. This is the link in the challenge you posted:

https://repl.it/github/freeCodeCamp/boilerplate-demographic-data-analyzer

The github link to the repository will be:

https://github.com/freeCodeCamp/boilerplate-demographic-data-analyzer

You just remove repl.it from the url and change github to github.com

For these projects, I actually develop locally using a fork from github. When I’m finished, I then make sure I’m signed into repl.it and create my repl for the project using a link like the one provided. For example https://repl.it/github/fuzzyray/my-project

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.