{"id":27433269,"url":"https://github.com/rodionspi/marvel-app","last_synced_at":"2026-04-09T12:04:46.155Z","repository":{"id":214490672,"uuid":"704481881","full_name":"rodionspi/marvel-app","owner":"rodionspi","description":"An application that provides the opportunity to learn about Marvel characters","archived":false,"fork":false,"pushed_at":"2025-01-06T10:24:22.000Z","size":4254,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T17:14:48.046Z","etag":null,"topics":["bootstrap","javascript","reactjs"],"latest_commit_sha":null,"homepage":"https://marvel-app-sandy-alpha.vercel.app","language":"JavaScript","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/rodionspi.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,"zenodo":null}},"created_at":"2023-10-13T10:56:16.000Z","updated_at":"2025-01-06T11:05:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"2e7de3f0-eb92-40dc-a772-572768f53c51","html_url":"https://github.com/rodionspi/marvel-app","commit_stats":null,"previous_names":["rodionspi/marvel-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rodionspi/marvel-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodionspi%2Fmarvel-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodionspi%2Fmarvel-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodionspi%2Fmarvel-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodionspi%2Fmarvel-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodionspi","download_url":"https://codeload.github.com/rodionspi/marvel-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodionspi%2Fmarvel-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018620,"owners_count":26086404,"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":["bootstrap","javascript","reactjs"],"created_at":"2025-04-14T17:14:47.469Z","updated_at":"2025-10-14T09:37:04.864Z","avatar_url":"https://github.com/rodionspi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n\n\u003cdiv class=\"container\"\u003e\n    \u003ch1 style=\"font-weight: bold; color: #CD5C5C\"\u003eMarvel App\u003c/h1\u003e\n    \u003cimg src=\"./public/WebsiteFoto.png\" alt=\"Website Image\"\u003e\n    \u003ch2\u003eSteps to Start the Program\u003c/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003cp\u003ePrior to commencing use of this application, it is necessary to install all the requisite packages.\u003c/p\u003e\u003c/li\u003e\n        \u003cli\u003e\u003cp style=\"margin-bottom: 0px\"\u003eA new folder must be created in the \u003ccode\u003esrc/resources\u003c/code\u003e directory and named \u003ccode\u003eapiKey.js\u003c/code\u003e This folder should contain the API key and API base.\u003c/p\u003e\u003c/li\u003e\n        \u003cul\u003e\n            \u003cli style=\"list-style-type: circle; \"\u003e\u003cp style=\"font-size: 12px\"\u003eAPI key is your own key for request\u003c/p\u003e\u003c/li\u003e\n            \u003cli style=\"list-style-type: circle; \"\u003e\u003cp style=\"font-size: 12px\"\u003eThe API base represents the fundamental root of a request, which remains unaltered as the server processes subsequent requests. To illustrate, consider the following URL: \"https://gateway.marvel.com:.../public/characters?limit=9\u0026offset=210\u0026apikey=\" (your Api Key );\u003c/p\u003e\n            \u003cp style=\"font-size: 12px\"\u003eThe offset and limit values can be specified on the \u003ca href=\"https://developer.marvel.com/docs\"\u003eMarvel API website\u003c/a\u003e(Please be advised that registration is required.)\u003c/p\u003e\u003c/li\u003e\n        \u003c/ul\u003e\n    \u003c/ul\u003e\n  \u003cp\u003eIn the project directory, you can run:\u003c/p\u003e\n  \u003ch3\u003e\u003ccode\u003eyarn/npm start\u003c/code\u003e\u003c/h3\u003e\n  \u003cp\u003eRuns the app in the development mode.\u003cbr\u003e\n      Open \u003ca href=\"http://localhost:3000\" target=\"_blank\"\u003ehttp://localhost:3000\u003c/a\u003e to view it in the browser.\u003c/p\u003e\n  \u003cp\u003eThe page will reload automatically if you make changes.\u003cbr\u003e\n      You will also see any lint errors in the console.\u003c/p\u003e\n\n  \u003ch3\u003e\u003ccode\u003eyarn/npm test\u003c/code\u003e\u003c/h3\u003e\n  \u003cp\u003eLaunches the test runner in the interactive watch mode.\u003cbr\u003e\n      See the section about \u003ca href=\"https://facebook.github.io/create-react-app/docs/running-tests\" target=\"_blank\"\u003erunning tests\u003c/a\u003e for more information.\u003c/p\u003e\n\n  \u003ch3\u003e\u003ccode\u003eyarn/npm build\u003c/code\u003e\u003c/h3\u003e\n  \u003cp\u003eBuilds the app for production to the \u003ccode\u003ebuild\u003c/code\u003e folder.\u003cbr\u003e\n      It correctly bundles React in production mode and optimizes the build for the best performance.\u003c/p\u003e\n  \u003cp\u003eThe build is minified and the filenames include the hashes.\u003cbr\u003e\n      Your app is ready to be deployed!\u003c/p\u003e\n  \u003cp\u003eSee the section about \u003ca href=\"https://facebook.github.io/create-react-app/docs/deployment\" target=\"_blank\"\u003edeployment\u003c/a\u003e for more information.\u003c/p\u003e\n\n  \u003ch3\u003e\u003ccode\u003eyarn/npm eject\u003c/code\u003e\u003c/h3\u003e\n  \u003cp\u003e\u003cstrong\u003eNote: this is a one-way operation. Once you \u003ccode\u003eeject\u003c/code\u003e, you can’t go back!\u003c/strong\u003e\u003c/p\u003e\n  \u003cp\u003eIf you aren’t satisfied with the build tool and configuration choices, you can \u003ccode\u003eeject\u003c/code\u003e at any time. This command will remove the single build dependency from your project.\u003c/p\u003e\n  \u003cp\u003eInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc.) right into your project so you have full control over them. All of the commands except \u003ccode\u003eeject\u003c/code\u003e will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\u003c/p\u003e\n  \u003cp\u003eYou don’t have to ever use \u003ccode\u003eeject\u003c/code\u003e. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However, we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\u003c/p\u003e\n\n  \u003ch2\u003eAuthor\u003c/h2\u003e\n  \u003ca href=\"https://github.com/rodionspi\"\u003erodionspi\u003c/a\u003e\n\u003c/div\u003e\n\n\u003c/body\u003e\n\u003c/html\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodionspi%2Fmarvel-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodionspi%2Fmarvel-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodionspi%2Fmarvel-app/lists"}