{"id":25690743,"url":"https://github.com/wolfchamane/marvelwebapp","last_synced_at":"2026-04-08T20:47:27.264Z","repository":{"id":277887546,"uuid":"932089507","full_name":"Wolfchamane/marvelwebapp","owner":"Wolfchamane","description":"MARVEL Web Application: explore characters, comics, stories, etc.","archived":false,"fork":false,"pushed_at":"2026-04-07T07:38:08.000Z","size":50475,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-07T09:28:56.925Z","etag":null,"topics":["eslint","marvel","prettier","react","sass","typescript","vite","webapp"],"latest_commit_sha":null,"homepage":"https://wolfchamane.com/marvelwebapp/","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Wolfchamane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-13T10:50:49.000Z","updated_at":"2026-04-07T07:38:08.000Z","dependencies_parsed_at":"2025-12-12T12:04:19.961Z","dependency_job_id":null,"html_url":"https://github.com/Wolfchamane/marvelwebapp","commit_stats":null,"previous_names":["wolfchamane/marvel-webapp"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/Wolfchamane/marvelwebapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolfchamane%2Fmarvelwebapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolfchamane%2Fmarvelwebapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolfchamane%2Fmarvelwebapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolfchamane%2Fmarvelwebapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wolfchamane","download_url":"https://codeload.github.com/Wolfchamane/marvelwebapp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolfchamane%2Fmarvelwebapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["eslint","marvel","prettier","react","sass","typescript","vite","webapp"],"created_at":"2025-02-24T22:51:01.079Z","updated_at":"2026-04-08T20:47:27.243Z","avatar_url":"https://github.com/Wolfchamane.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MARVEL WebApp - Arturo Martínez Díaz\n\n\u003e [!NOTE]\n\u003e This application was part of a job interview process.\n\n- Website: https://wolfchamane.com/marvelwebapp/\n- Version: **0.2.2**\n\n![characters](./docs/characters_landing.png)\n\n## Features\n\nFetches information from https://gateway.marvel.com/ API to create a web application where user can:\n\n- List over 50 characters.\n- Get detailed information about any of them.\n- Mark his/her favourites.\n\n## ToDo's\n\n- [ ] Improve user navigation.\n- [ ] Support user's session storage.\n- [ ] Support pagination.\n- [ ] Support advanced filtering.\n- [ ] Add unitary \u0026 e2e tests.\n- [ ] Add landing/exploring page with multiple collections.\n- [ ] Add error pages.\n- [ ] Extend character's details.\n\n## Technology stack\n\nThis web application has been developed using:\n\n- [React](https://react.dev/) + [React Router](https://reactrouter.com/) + [Redux](https://redux.js.org/), as primary libraries for development.\n- [Typescript](https://www.typescriptlang.org/) \u0026 [SaSS](https://sass-lang.com/) syntaxes for enhanced EMACScript and CSS.\n- [Vite](https://vite.dev/) as primary utility for development.\n- [eslint](https://eslint.org/) and [prettier](https://prettier.io/) for source code linting and format.\n\n## Run locally\n\n### With any static server solution\n\n\u003e Notice: I'll be using `http-server` for this example\n\nRun the following:\n\n```bash\nnpm run build-only\n# We need to create the fake URL path of the end domain\nmkdir -p dist/marvelwebapp\nmv dist/assets/ dist/marvelwebapp/\nmv dist/index.html dist/marvelwebapp/\n# Now we can serve the statics\ncd dist\nhttp-server\n```\n\nThen open your browser at http://127.0.0.1:8080/marvelwebapp/.\n\n### Within Docker\n\nRun the following:\n\n```bash\ndocker build --build-arg API_KEY=${your_api_key_here} -t marvelwebapp .\ndocker run -d -p 8080:80 marvelwebapp\n```\n\nThen open your browser at http://localhost:8080/.\n\n## LICENSE\n\nAbout web application:\n\n\u003e See [LICENSE](LICENSE) file for information about **only** the web application and its source code.\n\nAbout the API and it's content:\n\n\u003e [Data provided by Marvel. © 2025 MARVEL](https://marvel.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfchamane%2Fmarvelwebapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolfchamane%2Fmarvelwebapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfchamane%2Fmarvelwebapp/lists"}