Documentation of Website Building Progress...
Website Development Documentation
Turn Back to the Home Page
-
Problem 1: HTML code's website didn't appear in preview
Solution: It doesn't appear in preview, you can only see it in the real website.
-
Problem 2: I don't know how to apply CSS code in GitHub
Solution: CSS can be written in a style compartment in the same page with the actual HTML code.
-
Problem 3: My website isn't fully HTML code; it's written in a .md file (Not sure if this is a problem)
Solution: I wrote my website in HTML code later on, so I didn't use .md files.
-
Problem 4: I don't know how to open an individual website for different files in a repository
Solution: I included the names of .html files in my main index.html, linking to those specific websites.
-
Problem 5: I couldn't load Xcode projects on GitHub
Solution: I created new playgrounds which linked to a different GitHub repository. Then, I transferred my codes into the new playgrounds and added a commit message before hitting commit.
-
Problem 6: When I tried to open my .html website, it showed a 404 Not Found Page
Solution: I opened a new repository with only an index.html file in it. I wrote my HTML code there and had ChatGPT check it for errors. Once the home page (index.html) was functioning properly, I added the other required pages, ensuring no errors in their code as well. I also navigated to Related Repository > Settings > Pages > Set to Main and Root.
Scratch Project Documentation
-
Step 1: I thought I could build a Connect4 game by myself and started browsing through code blocks to get a basic idea of which codes I would use to build the program.
-
Step 2: I realized my Scratch knowledge wasn't enough to build such a game, so I started browsing through other Connect4 games on Scratch.
-
Step 3: I understood that a Connect4 game required many more code blocks than I originally thought after checking the codes of other games.
-
Step 4: I found a tutorial about creating a Connect4 game in Scratch from YouTube. I followed the tutorial and both learned more about Scratch and built a game. However, the code was too complex for me to fully understand. While I grasped some parts, I couldn’t comprehend others. Credits to "Just Finished Coding" for the tutorial.
-
Step 5: I finished my Scratch Connect4 game and uploaded the link to GitHub.