»» Challenges Faced and Solutions ««

  • Problem: Forking vs Cloning (Fixed: Forking creates your own copy of a repository in github, while cloning makes a local copy of ithe repository: Explanation)

  • Problem: “make” command not working and localhost not working (Fixed by uncommenting line 7 in Makefile. Found my asking classmate)

  • Problem: Creating Github.io website (Fixed by making a copy of the student repository and changing settings. Found by asking class helper)