{"id":20096013,"url":"https://github.com/avicted/covid-19-finland-react","last_synced_at":"2026-05-11T11:34:56.966Z","repository":{"id":56051042,"uuid":"260494370","full_name":"Avicted/covid-19-finland-react","owner":"Avicted","description":"React Typescript web app displaying Covid-19 statistics for Finland.","archived":false,"fork":false,"pushed_at":"2022-10-30T08:22:23.000Z","size":2600,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T16:29:12.351Z","etag":null,"topics":["covid-19","finland"],"latest_commit_sha":null,"homepage":"https://finlandcovid.com","language":"CSS","has_issues":true,"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/Avicted.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}},"created_at":"2020-05-01T15:34:18.000Z","updated_at":"2022-10-30T08:22:28.000Z","dependencies_parsed_at":"2023-01-20T23:45:51.944Z","dependency_job_id":null,"html_url":"https://github.com/Avicted/covid-19-finland-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Avicted/covid-19-finland-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avicted%2Fcovid-19-finland-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avicted%2Fcovid-19-finland-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avicted%2Fcovid-19-finland-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avicted%2Fcovid-19-finland-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Avicted","download_url":"https://codeload.github.com/Avicted/covid-19-finland-react/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avicted%2Fcovid-19-finland-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32893465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":["covid-19","finland"],"created_at":"2024-11-13T16:57:19.669Z","updated_at":"2026-05-11T11:34:56.951Z","avatar_url":"https://github.com/Avicted.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image](https://user-images.githubusercontent.com/6322199/198869223-2ac54aa0-41f2-4cd0-8efb-1efc4a9b154a.png)\n\n## Description\nReact web app that displays COVID-19 data for Finland.\n    \nUses the following technologies:\n* React + TypeScript\n* Redux + Saga\n* Tailwindcss\n* VSCode remote development container\n\n---\n\n## Development\nInstall Nodejs LTS and run:\n### `npm install`\n### `npm start`\n\nNote: This project has also been setup with configurations to run the development environment inside of docker using the Visual Studio Code remote containers extension.\n\nLearn more about remote containers at: https://code.visualstudio.com/docs/remote/containers\n\n---\n\n## .env\nrename to .env and fill in the variables\n\n```\n# Local data is stored in /src/resources, primarly used in development so that the live servers are not spammed with requests during hotreloading.\nREACT_APP_USE_LIVE_DATA_API=false\n\n# Create an account at: https://www.mapbox.com/ and read their documentation to acquire the needed variables.\nREACT_APP_MAPBOX_TOKEN=\u003ctoken_here\u003e\nREACT_APP_MAPBOX_STYLE_URL=\u003cmapbox://styles/{id}/{syle_id}\u003e\nREACT_APP_MAPBOX_ID=\u003cmapbox_user_id\u003e\n```\n\n---\n\n## View the app:\n\nhttps://finlandcovid.com/\n\n---\n\n### Data source Finland\nhttps://github.com/HS-Datadesk/koronavirus-avoindata\n\n### GeoJson source:\nhttps://github.com/Marantle/KoronaKartta\n\n---\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\u003cbr /\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr /\u003e\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr /\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\u003cbr /\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr /\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, 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 `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. 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.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favicted%2Fcovid-19-finland-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favicted%2Fcovid-19-finland-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favicted%2Fcovid-19-finland-react/lists"}