{"id":29267162,"url":"https://github.com/marcus-24/weather-app-frontend","last_synced_at":"2026-05-18T00:33:49.799Z","repository":{"id":250496168,"uuid":"834622530","full_name":"marcus-24/Weather-App-Frontend","owner":"marcus-24","description":"Used ReactJS to create a weather web application. This code is paired with its backend counterpart via https://github.com/marcus-24/Weather-App-Backend","archived":false,"fork":false,"pushed_at":"2025-02-04T03:01:56.000Z","size":880,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T17:16:55.215Z","etag":null,"topics":["react-query","reactjs","typescript","vitejs-react","weather"],"latest_commit_sha":null,"homepage":"","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/marcus-24.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":"2024-07-27T20:52:34.000Z","updated_at":"2025-02-04T03:01:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"15c3f5e5-692d-4d58-a15c-77043e995543","html_url":"https://github.com/marcus-24/Weather-App-Frontend","commit_stats":null,"previous_names":["marcus-24/react-weather-app","marcus-24/weather-app-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcus-24/Weather-App-Frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcus-24%2FWeather-App-Frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcus-24%2FWeather-App-Frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcus-24%2FWeather-App-Frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcus-24%2FWeather-App-Frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcus-24","download_url":"https://codeload.github.com/marcus-24/Weather-App-Frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcus-24%2FWeather-App-Frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33160494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: 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":["react-query","reactjs","typescript","vitejs-react","weather"],"created_at":"2025-07-04T17:16:54.286Z","updated_at":"2026-05-18T00:33:49.777Z","avatar_url":"https://github.com/marcus-24.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weather-App-Frontend\n\nThis code aims to generate the front end of my weather forecasting website. This repository was generated using the Vite Javascript build tool to create a ReactJS template. You can find this website deployed on render.com in the link below.\n\nhttps://weather-app-frontend-n47l.onrender.com\n\n**Please be aware that I'm using the free version of Render, so the website will take a couple of minutes to generate the search results since the backend needs to be restarted.**\n\nThe backend code (powered by ExpressJS) that processes the users requests can be found at \u003ca href=\"https://github.com/marcus-24/Weather-App-Backend\"\u003eWeather-App-Backend\u003c/a\u003e.\n\n## React + TypeScript + Vite\n\nThis template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.\n\nCurrently, two official plugins are available:\n\n- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh\n- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh\n\n## Expanding the ESLint configuration\n\nIf you are developing a production application, we recommend updating the configuration to enable type aware lint rules:\n\n- Configure the top-level `parserOptions` property like this:\n\n```js\nexport default tseslint.config({\n  languageOptions: {\n    // other options...\n    parserOptions: {\n      project: [\"./tsconfig.node.json\", \"./tsconfig.app.json\"],\n      tsconfigRootDir: import.meta.dirname,\n    },\n  },\n});\n```\n\n- Replace `tseslint.configs.recommended` to `tseslint.configs.recommendedTypeChecked` or `tseslint.configs.strictTypeChecked`\n- Optionally add `...tseslint.configs.stylisticTypeChecked`\n- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and update the config:\n\n```js\n// eslint.config.js\nimport react from \"eslint-plugin-react\";\n\nexport default tseslint.config({\n  // Set the react version\n  settings: { react: { version: \"18.3\" } },\n  plugins: {\n    // Add the react plugin\n    react,\n  },\n  rules: {\n    // other rules...\n    // Enable its recommended rules\n    ...react.configs.recommended.rules,\n    ...react.configs[\"jsx-runtime\"].rules,\n  },\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcus-24%2Fweather-app-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcus-24%2Fweather-app-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcus-24%2Fweather-app-frontend/lists"}