https://github.com/marcelo-schreiber/pwa-covid-cwb
CWB COVID METER - Example usage
https://github.com/marcelo-schreiber/pwa-covid-cwb
covid-data-visualization covid19 next-pwa nextjs pwa styled-components
Last synced: 3 months ago
JSON representation
CWB COVID METER - Example usage
- Host: GitHub
- URL: https://github.com/marcelo-schreiber/pwa-covid-cwb
- Owner: marcelo-schreiber
- License: mit
- Created: 2020-12-29T19:48:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T19:59:40.000Z (over 3 years ago)
- Last Synced: 2025-05-14T10:22:33.078Z (6 months ago)
- Topics: covid-data-visualization, covid19, next-pwa, nextjs, pwa, styled-components
- Language: JavaScript
- Homepage: https://cwbcovid.cf
- Size: 412 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
[](https://github.com/marcelo-schreiber/Usage-CWB-covid-api/issues)
[README em português](readme.pt.md)
A PWA (Progressive Web App) with COVID-19 data from Curitiba using my own API.
View instructions
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
- This is just a project prototype for the usage my API. Make sure to check it out!
### Why NextJs?
- The static props can make the loadings roughly 5 seconds faster, since the free hosting of heroku has a cold start.
- Image optimization.
- Easier pagination.
Also, the API and the website are very focused on my local region. So you can suggest changes by forking this repo and creating a pull request or opening an issue.
### Built With
- Figma [layout](https://www.figma.com/file/PmuSxLBoSK0VdLJ6TwecSB/cwb-covid-meter)
- [NextJs](https://nextjs.org/)
- [Styled Components](https://styled-components.com/)
- [React Chart for Material-Ui](https://devexpress.github.io/devextreme-reactive/react/chart/)
## Getting Started
To run in your machine, make sure to have Yarn and NodeJs installed.
## Installation
Clone the project and run `yarn && yarn dev` at the folder.
- Your computer should be hosting an example at http://localhost:3000
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
- Discord: Losaeg#1619
- Email: marcelorissette15@gmail.com
##### Made with <3 by Marcelo Schreiber