Using GitHub to view projects

This is a newbie question but I just can’t find the answer to it.

When using GitHub. If I find a repository, what is the quickest way to view the project in a window on the web? Or is the only way to view it , to download it and view it in my own editor ?(VSCode).

You can view it directly on Github, no? All the files and folders are there, including all the code.

hello and welcome back :slight_smile:

  • if its deployed to web and link is available, then sure you can view it
  • if you couldnt find aforementioned option then i suppose cloning that repo and view it on your machine locally sounds like a go to option

happy coding :slight_smile:

1 Like

Thank you for answering

1 Like