Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/penguin-academy/covid-19-py
COVID-19 Web App for Paraguay
https://github.com/penguin-academy/covid-19-py
bootstrap-4 covid19 firebase git-flow javascript react-bootst reactjs storybook webapp
Last synced: 26 days ago
JSON representation
COVID-19 Web App for Paraguay
- Host: GitHub
- URL: https://github.com/penguin-academy/covid-19-py
- Owner: penguin-academy
- License: other
- Created: 2020-03-12T14:51:51.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-05T09:51:45.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T16:02:38.314Z (about 1 month ago)
- Topics: bootstrap-4, covid19, firebase, git-flow, javascript, react-bootst, reactjs, storybook, webapp
- Language: JavaScript
- Homepage: https://autoreporte.org
- Size: 11.2 MB
- Stars: 50
- Watchers: 7
- Forks: 18
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CovPY Auto Reporte
This project was created as an initiative by Penguin Academy to build technology that smooths the peak impact of the COVID-19 pandemic on the Paraguayan Health System.
π§π΅πΎπ¦
This is an auto reporting system, allowing anyone to access it, report their symptoms and get a quick feedback on what steps to take next as well as allowing to generate data on the situation. Through an early detection we can effectively calculate the transmission rate, flatten the curve and earn more time to fight against the virus.
## Demo and Contributing
As we received many requests for collaboration, we decided to clean up and open source this repository. It is entirely built on open source technology and can be a starting point to build an application for your country or specific target group.
### Contibution Guidelines β₯οΈ
We welcome contributions! Please check the open issues to see what is needed at the moment. If those issues are not well specified or there is nothing you can work on, contact us or open an issue to see if there is something else available you can work on.
Check our [Contribution Guide](./CONTRIBUTING.md) for instructions on how to contribute to the project.
### Demo π
A demo is available [here](https://covpy.netlify.com/). And the visual documentation (Storybook) is available [here](https://covpy-book.netlify.com/).
### Development π©βπ»
This project uses [Storybook](https://storybook.js.org/). So you can run `yarn storybook` to start a storybook development server and enjoy the comfort to develop components and visually test them.
## Available Scripts
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `yarn build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
There are further scripts and documentation [available here](create-react-app.md)
## Deployment π¦ΈββοΈ
You can use [netlify](https://netlify.com/) to host the web app and setup a continous building process from the master branch. You will have to add the environment variables for your Firebase Backend in netlify! πAlso make sure to secure the Firebase Backend as it is open to anyone to read the data in there per default!
## Other
This project uses [Froala Design Blocks](https://github.com/froala/design-blocks) an open source design framework with blocks based on the Bootstrap Library. They are the building blocks for beautiful websites. We converted the components to react and you can find them under [/src/templates] and in [Storybook](https://covpy-book.netlify.com/?path=/story/template--ctas)
### Funding πΈ
You may provide financial support for this project by donating. [Get in touch](mailto:[email protected]) with us! Thank you for your support!
### About π§
`CovPy` is developed and maintained by [Penguin Academy](https://penguin.academy), [UCOM](http://www.ucom.edu.py/), [the Product Lab](https://www.theproductlab.co/), [Web Paraguay](https://webparaguay.com/), [Okimo](http://optometry.okimo.co/), and other organizations as well as many [amazing contributors](https://github.com/penguin-academy/covid-19-py/graphs/contributors) β€οΈ. If you're interested in learning more about what Penguin ACademy can do for your company, please [get in touch](mailto:[email protected])!
### License
CovPY is [LGPL licensed](./LICENSE).