Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 2.48 KB

README.md

File metadata and controls

46 lines (39 loc) · 2.48 KB

🧠 Zelda Clicky Game 🧠

An app that tests your memory!!

📝 Description 📝

Link to the application: https://jcqlng.github.io/clicky-game/

In this app you will see 12 cards that have characters from a favorite game of mine, The Legend of Zelda. The purpose of the game is to test your memory by allowing you to click on a card. Once the card is clicked, they shuffle out of order and you will click on a different card each click. You can not choose the same card or it will be considered a loss and you will get a "Game over" pop-up and restarts the game once okay is clicked.

🖥️ Deployment on GitHub pages 🖥️

  1. Open the terminal and type npm i gh-pages
  2. Once GH-pages is installed, go ahead and add this to your terminal npm install gh-pages --save-dev
  3. Got to the package.json file and add "homepage": "https://jcqlng.github.io/clicky-game/" above the dependencies
  4. Scroll down then go to scripts and type in at the end "predeploy": "npm run build", "deploy": "gh-pages -d build"
  5. When this is all complete, make a push to github. It will push from the gh-pages branch.
  6. Run npm deploy in the terminal
  7. Your website will be published through GitHub and ready for use.

⛓️ Technologies and Dependencies ⛓️

  • :atom: React
  • 👾 NPM packages:
  • 👾 JavaScript
  • 👾 HTML
  • 👾 CSS
  • 👾 Bootstrap

🔗 Resources and Links 🔗