Aatmaj-Zephyr / Basic-memory-game

This is a basic "memory game" which is implemented for practising java script
MIT License
5 stars 15 forks source link

Published the webapp to Github pages #79

Closed AntareepDey closed 1 year ago

AntareepDey commented 1 year ago

What does this PR do?

It publishes the webapp to GitHub pages.

Screenshots of changes made to the webapp.

test.js is a non existent file , and hence I changed the script source file to MemoryGame.js .

image

Have renamed the Memorygame.html to index.html in order for Github to recognize the working HTML file . I have also restructured the file tree (removed the .html and .js file from the src folder) in order for GitHub pages to recognize the index.html file.

Related PRs and Issues

PR with regard to issue #77

Have you updated the README.md file?

Have you made any big breakthrough change?

Is the code beautified?

Is the code clear to understand worth proper variable naming and comments?