{"id":19426786,"url":"https://github.com/welisonw/memory-game","last_synced_at":"2025-10-14T19:39:03.465Z","repository":{"id":190473825,"uuid":"682687823","full_name":"welisonw/memory-game","owner":"welisonw","description":"Jogo da memória. Tema: tecnologias.","archived":false,"fork":false,"pushed_at":"2023-08-30T18:20:26.000Z","size":1076,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T05:16:50.456Z","etag":null,"topics":["jogo-da-memoria","memory-game","technologies"],"latest_commit_sha":null,"homepage":"https://memory-game-welisonw.vercel.app","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/welisonw.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":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-24T17:56:44.000Z","updated_at":"2023-08-30T17:39:28.000Z","dependencies_parsed_at":"2025-01-07T19:48:36.394Z","dependency_job_id":null,"html_url":"https://github.com/welisonw/memory-game","commit_stats":null,"previous_names":["welisonw/memory-game"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/welisonw/memory-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welisonw%2Fmemory-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welisonw%2Fmemory-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welisonw%2Fmemory-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welisonw%2Fmemory-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/welisonw","download_url":"https://codeload.github.com/welisonw/memory-game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welisonw%2Fmemory-game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020655,"owners_count":26086898,"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-10-14T02:00:06.444Z","response_time":60,"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":["jogo-da-memoria","memory-game","technologies"],"created_at":"2024-11-10T14:09:04.977Z","updated_at":"2025-10-14T19:39:03.437Z","avatar_url":"https://github.com/welisonw.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align='center'\u003e\n  \u003cimg src=\"https://i.imgur.com/anQWIIK.png\" alt=\"Jogo da Memória\" width=\"120\"\u003e\n  \u003cp\u003eJogo da memória\u003c/p\u003e\n\u003c/h1\u003e\n\n\u003cp align='center'\u003e\n  Jogo da memória baseado na aplicação do curso de React com TypeScript, do B7Web.\n\u003c/p\u003e\n\n\u003ch3 align='center'\u003e\n  \u003ca href=\"https://memory-game-6zw55hpy8-welisonw.vercel.app/\"\u003eJogue agora!\u003c/a\u003e\n\u003c/h3\u003e\n\u003cbr\u003e\n\n\u003cp\u003e\n  \u003cimg src=\"./public/preview.png\" alt=\"Preview da aplicação\"  \n\u003c/p\u003e\n\n\u003ch2\u003e🛠️ Tecnologias\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003ca href=\"https://www.typescriptlang.org/\"\u003eTypeScript\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://react.dev/\"\u003eReact\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://vitejs.dev/\"\u003eVite\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://styled-components.com/\"\u003eStyled-components\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003e💻 Rodando o projeto localmente\u003c/h2\u003e\n\n\u003cpre\u003e\n  \u003ccode\u003e\n    \u003cspan\u003e# Clone este repositório\u003c/span\u003e\n    $ git clone \u003cspan\u003ehttps://github.com/welisonw/memory-game.git\u003c/span\u003e\n    \n    \u003cspan\u003e# Entre na pasta do projeto\u003c/span\u003e\n    $ cd memory-game\n    \n    \u003cspan\u003e# Instale as dependências\u003c/span\u003e\n    $ npm install  ou  yarn install\n    \n    \u003cspan\u003e# Inicie o projeto\u003c/span\u003e\n    $ npm run dev  ou  yarn run dev\n    \n    \u003cspan\u003e# O app vai inicializar em http://localhost:5173/\u003c/span\u003e\n  \u003c/code\u003e\n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelisonw%2Fmemory-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwelisonw%2Fmemory-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelisonw%2Fmemory-game/lists"}