marcelo-schreiber / PWA-COVID-CWB

CWB COVID METER - Example usage

Home Page:https://cwbcovid.cf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT Issues

README em português


content

A PWA (Progressive Web App) with COVID-19 data from Curitiba using my own API.

View instructions · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

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

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.

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

Made with <3 by Marcelo Schreiber

About

CWB COVID METER - Example usage

https://cwbcovid.cf

License:MIT License


Languages

Language:JavaScript 96.0%Language:CSS 4.0%