{"id":42664710,"url":"https://github.com/code4romania/covid-19-date-la-zi","last_synced_at":"2026-01-29T10:01:55.127Z","repository":{"id":38426638,"uuid":"247053006","full_name":"code4romania/covid-19-date-la-zi","owner":"code4romania","description":"Vizualization App to track the COVID-19 epidemic","archived":false,"fork":false,"pushed_at":"2023-06-30T10:12:36.000Z","size":2554,"stargazers_count":41,"open_issues_count":6,"forks_count":27,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-05-01T11:45:55.315Z","etag":null,"topics":["civic-tech","covid-19"],"latest_commit_sha":null,"homepage":"https://covid19.datelazi.ro","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/code4romania.png","metadata":{"funding":{"github":"code4romania","custom":["https://code4.ro/en/donate/"]},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2020-03-13T11:10:56.000Z","updated_at":"2022-11-28T19:26:24.000Z","dependencies_parsed_at":"2023-02-08T01:31:11.456Z","dependency_job_id":null,"html_url":"https://github.com/code4romania/covid-19-date-la-zi","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/code4romania/covid-19-date-la-zi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Fcovid-19-date-la-zi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Fcovid-19-date-la-zi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Fcovid-19-date-la-zi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Fcovid-19-date-la-zi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code4romania","download_url":"https://codeload.github.com/code4romania/covid-19-date-la-zi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Fcovid-19-date-la-zi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28875445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T09:47:23.353Z","status":"ssl_error","status_checked_at":"2026-01-29T09:47:19.357Z","response_time":59,"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":["civic-tech","covid-19"],"created_at":"2026-01-29T10:01:52.895Z","updated_at":"2026-01-29T10:01:55.119Z","avatar_url":"https://github.com/code4romania.png","language":"JavaScript","funding_links":["https://github.com/sponsors/code4romania","https://code4.ro/en/donate/"],"categories":[],"sub_categories":[],"readme":"![logo](public/images/logo-coviz.svg)\n\n# Date la zi • [Live](https://covid19.datelazi.ro/)\n\n## Vizualization App to track the COVID-19 virus epidemic\n\n[![GitHub contributors](https://img.shields.io/github/contributors/code4romania/date-la-zi.svg?style=for-the-badge)](https://github.com/code4romania/date-la-zi/graphs/contributors) [![GitHub last commit](https://img.shields.io/github/last-commit/code4romania/date-la-zi.svg?style=for-the-badge)](https://github.com/code4romania/date-la-zi/commits/master) [![License: MPL 2.0](https://img.shields.io/badge/license-MPL%202.0-brightgreen.svg?style=for-the-badge)](https://opensource.org/licenses/MPL-2.0)\n\n### Objective\n\nClear information of the public, increase in transparency, diminishing panic.\n\n### How\n\nSystem that takes in anonymised data from the cases database and transforms it into information understandable by the large public. Adapted for all devices. [See it Live](https://covid19.datelazi.ro/)\n\n[Contributing](#contributing) | [Built with](#built-with) | [Deployment](#deployment) | [Feedback](#feedback) | [License](#license) | [About Code4Ro](#about-code4ro)\n\n## Contributing\n\nThis project is built by amazing volunteers and you can be one of them! Here's a list of ways in [which you can contribute to this project](https://github.com/code4romania/.github/blob/master/CONTRIBUTING.md). If you want to make any change to this repository, please **make a fork first**.\n\nHelp us out by testing this project in the [staging environment](https://date-la-zi-git-develop.code4romania.vercel.app). If you see something that doesn't quite work the way you expect it to, open an Issue. Make sure to describe what you _expect to happen_ and _what is actually happening_ in detail.\n\nIf you would like to suggest new functionality, open an Issue and mark it as a **[Feature request]**. Please be specific about why you think this functionality will be of use. If you can, please include some visual description of what you would like the UI to look like, if you are suggesting new UI elements.\n\nAlso, this is [the workflow we follow](https://github.com/code4romania/.github/blob/master/WORKFLOW.md).\n\n## Overview\n\nThe project's most interesting data is found in the `dashboard` page. It gets the information from the API\nin form of a JSON response, then parses it and groups it into several objects that are passed to\nindividual cards who in turn display certain charts depending on the provided data.\n\nWe use the react wrapper for [echartsjs](https://www.echartsjs.com/examples/en/index.html) -\n[echarts-for-react](https://github.com/hustcc/echarts-for-react)\nand [Bulma](https://bulma.io) for stylesheets.\n\nThe information displayed in this app is provided directly by the Ministry Of Health.\n\n## Setup\n\nWe use `yarn` so you should [install that first](https://classic.yarnpkg.com/en/docs/install#mac-stable) if you don't already have it.\n\n### Install project dependencies\n\n```\nyarn\n```\n\n### Run the project in development mode\n\n```\nyarn run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\n\nYou will also see any lint errors in the console.\n\nIf you need any assistance you can contact the project's technical lead, [@CristiHabliuc](https://github.com/CristiHabliuc) on github / `@cristi` on Code 4 Romania's Slack.\n\n## Built With\n\n### Programming languages\n\n- Frontend: Next JS\n\n## Deployment\n\nThe builds are automatically deployed when changes are merged as follows:\n\n- Merging a PR into `develop` will trigger the deployment into our staging environment, found at [https://date-la-zi-git-develop.code4romania.vercel.app](https://date-la-zi-git-develop.code4romania.vercel.app)\n- Merging a PR into `master` (usually only production releases from `develop`) will trigger the deployment into our production environment, found at [https://covid19.datelazi.ro](https://covid19.datelazi.ro)\n\n## Old setup\n\nFor the old setup, that includes: Github Actions, Terraform for AWS deployment and a C# backend, please take a look at [https://github.com/code4romania/date-la-zi/releases/tag/old-setup](https://github.com/code4romania/date-la-zi/releases/tag/old-setup)\n\n## Feedback\n\n- Request a new feature on GitHub.\n- Vote for popular feature requests.\n- File a bug in GitHub Issues.\n- Email us with other feedback contact@code4.ro\n\n## License\n\nThis project is licensed under the MPL 2.0 License - see the [LICENSE](LICENSE) file for details\n\n## About Code4Ro\n\nStarted in 2016, Code for Romania is a civic tech NGO, official member of the Code for All network. We have a community of over 500 volunteers (developers, ux/ui, communications, data scientists, graphic designers, devops, it security and more) who work pro-bono for developing digital solutions to solve social problems. #techforsocialgood. If you want to learn more details about our projects [visit our site](https://www.code4.ro/en/) or if you want to talk to one of our staff members, please e-mail us at contact@code4.ro.\n\nLast, but not least, we rely on donations to ensure the infrastructure, logistics and management of our community that is widely spread across 11 timezones, coding for social change to make Romania and the world a better place. If you want to support us, [you can do it here](https://code4.ro/en/donate/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode4romania%2Fcovid-19-date-la-zi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode4romania%2Fcovid-19-date-la-zi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode4romania%2Fcovid-19-date-la-zi/lists"}