Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabianacampanari/top-trumps
🃏 Creation of the Top Trumps game where the theme and cards were inspired by great names responsible for the technology revolution and I dedicate it to Ada Lovelace to honor her contributions to humanity as one of the leading women in science and math.
https://github.com/fabianacampanari/top-trumps
css3 figma github github-action github-pages html5 javascript license-management love-and-joy photoshop programming security
Last synced: 11 days ago
JSON representation
🃏 Creation of the Top Trumps game where the theme and cards were inspired by great names responsible for the technology revolution and I dedicate it to Ada Lovelace to honor her contributions to humanity as one of the leading women in science and math.
- Host: GitHub
- URL: https://github.com/fabianacampanari/top-trumps
- Owner: FabianaCampanari
- License: mit
- Created: 2022-10-12T02:06:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T18:55:24.000Z (7 months ago)
- Last Synced: 2024-10-30T01:38:56.673Z (22 days ago)
- Topics: css3, figma, github, github-action, github-pages, html5, javascript, license-management, love-and-joy, photoshop, programming, security
- Language: JavaScript
- Homepage: https://fabianacampanari.github.io/Top-Trumps/
- Size: 640 KB
- Stars: 24
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.MD
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: CODEOWNERS.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
#
🃏 Top-Trumps
Creation of the Top Trumps game where the theme and cards were inspired by great names responsible for the technology revolution and whom I have enormous admiration. I confess that I was touched several times during the production of this work and I dedicate it to Ada Lovelace to honor her contributions to humanity as one of the leading women in science and math.
If you want to play, [Click the link below](https://fabianacampanari.github.io/Top-Trumps) and Please be my guest !
ps: I suggest full screen mode to enhance experience.
####
***< made with vibe, frequency & joy />*** 🪬
#
####
🚀 [Let's Top Trump It !](https://fabianacampanari.github.io/Top-Trumps)
####
[💭 Get in Touch](https://share.hsforms.com/1ZACnVoYSTLC-NOoHcg22cgq9urk)
#
####
📌 SPECS:
> Arrays Iteration = JS Repetition Structure.
- Array (list) where the first index of a list is ALWAYS 0.
- Loop : main structure that determines if it is executable or not.
- | var i | var i < | i++ | = | beginning | condition | end (loop iteration) |
> Logic Structure (while) is the condition used in place of "if" as a determinant that if the code sequence is false the (while) will not be executed.
> Commands:
- for ()- JS command for list repetition.
- while () executes only while the condition is true.
> Functions to integrate HTML, CSS and JS.
- Images, HTML and CSS manipulation.
#
######
[Copyright 2024 Fabiana Campanari. All Rights Reserved. Code released under the MIT license.](https://github.com/FabianaCampanari/Top-Trumps/blob/7e6a78b102c202e0a2ebe280db75669767fc78b0/LICENSE)