{"id":20198874,"url":"https://github.com/merieli/memory-bits","last_synced_at":"2025-09-10T12:36:01.350Z","repository":{"id":228893865,"uuid":"773734817","full_name":"Merieli/memory-bits","owner":"Merieli","description":"Jogo da memória, com SQL ","archived":false,"fork":false,"pushed_at":"2024-04-12T10:25:34.000Z","size":679,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-13T20:27:42.989Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Merieli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null}},"created_at":"2024-03-18T09:57:54.000Z","updated_at":"2024-04-15T00:37:23.479Z","dependencies_parsed_at":"2024-03-21T01:29:03.376Z","dependency_job_id":"9f745285-87ab-49f0-9426-3152e59eece7","html_url":"https://github.com/Merieli/memory-bits","commit_stats":null,"previous_names":["merieli/memory-bits"],"tags_count":0,"template":false,"template_full_name":"Merieli/scaffolding-proj-vue3","purl":"pkg:github/Merieli/memory-bits","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Merieli%2Fmemory-bits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Merieli%2Fmemory-bits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Merieli%2Fmemory-bits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Merieli%2Fmemory-bits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Merieli","download_url":"https://codeload.github.com/Merieli/memory-bits/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Merieli%2Fmemory-bits/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274463117,"owners_count":25290113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T04:34:34.484Z","updated_at":"2025-09-10T12:36:01.316Z","avatar_url":"https://github.com/Merieli.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\n    \u003cbr\u003e\n    \u003cimg src=\"./images/logo-memory-bits.png\" alt=\"Logo Memory Bits\" width=\"120\"\u003e\n    \u003cbr\u003e\u003cbr\u003e\n    Memory Bits\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    Pixel art memory game, a fullstack web app, with database and API. It has a login that records game data per user and the easy, medium and difficult levels.\n    \u003cbr\u003e\u003cbr\u003e\n    \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"License MIT\"\u003e\n    \u003c/a\u003e\n    \u003cbr\u003e\u003cbr\u003e\n\u003c/p\u003e\n\n[*🎯 Roadmap*](./ROADMAP.todo)\n\n## ✨ Features\n\n- Multi devices\n- API REST\n- CRUD in the database\n- Fullstack app\n\n\n## 📸 Preview\n\n![Memory Bits Level Easy](./images/game-level1.gif)\n\n\u003cdiv style=\"display: flex; gap: 5px; justify-content: center;\"\u003e\n  \u003cimg src=\"./images/page-login.png\"  width=\"300px\" alt=\"License MIT\"\u003e\n  \u003cimg src=\"./images/win.png\" width=\"300px\" alt=\"License MIT\"\u003e\n  \u003cimg src=\"./images/game-over.png\" width=\"300px\" alt=\"License MIT\"\u003e\n\u003c/div\u003e\n\n\n\u003cbr\u003e\n\n## ⚡ Tech Stack\n\n\u003cimg src=\"https://img.icons8.com/color/48/nuxt-jc.png\" width=\"18px\"/\u003e Nuxt, \u003cimg src=\"https://img.icons8.com/color/48/000000/typescript.png\" width=\"18px\"/\u003e TypeScript, \u003cimg src=\"https://img.icons8.com/color/48/000000/tailwind_css.png\" width=\"18px\"/\u003e Tailwind, 🍍 Pinia, Radix Vue, Zod, Prisma, MySQL\n\n\n\u003cbr\u003e\n\n## 🗂 How to Use\n\nTo clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org) (which comes with npm) installed on your computer. From your command line:\n\n```bash\n# Clone the project\n  git clone https://github.com/Merieli/memory-bits.git\n```\n\n1. In the root directory `/`.\n  Configure the `.env` file with the same variables as the `/.env.example` file\n\n2. In the `/project` directory.\n  Configure the `.env` file with the same variables as the `/project/.env.example` file\n\n3. In the root directory `/` run MySQL database with Docker\n```bash\n# Execute the docker container\ndocker compose up -d\n\n# Execute the container with bash\ndocker exec -it memorygame-db bash\n\n# Access the MySQL terminal\nmysql -uroot -p\n# Later enter the password and use the Database\n```\n\n4. Run Locally\n```bash\n# Go to the project directory\n  cd project/\n\n# Install dependencies\n  npm install\n\n# Start the server\n  npm run dev\n```\n\n## :octocat: Contributing\n\nThis project is for study purposes, so contact me and let me know your ideas.\nAll kinds of contributions are very welcome and appreciated!\n\n- ⭐️ Star the project\n- 🐛 Find and report issues\n- 📥 Submit PRs to help solve issues or add features\n- ✋ Influence the future of project with feature requests\n\n-------------------------------------\n```diff\nMade by 🤍 Merieli Manzano\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerieli%2Fmemory-bits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmerieli%2Fmemory-bits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerieli%2Fmemory-bits/lists"}