Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.26 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.26 KB

Issues Forks Stars Release Version

Covid-19 Brazil Status

Check the numbers and status of the Covid-19 in brazil by states

Built With

  • Flutter
  • IntelliJ

Running

Clone the repo:

- git clone https://github.com/ricardohsmello/covid19-brazil-status.git

Navigate until project-root (covid19-brazil-status) and run:

- flutter packages get && flutter clean && flutter run

To see the full status of Brazil:

- https://ricardohsmello.github.io/

Issues

Feel free to submit issues and enhancement requests.

Contributing

In general, we follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes