Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardohsmello committed Apr 9, 2020
1 parent 37f808e commit f64b3a0
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Covid-19 Brazil Status

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

<img width="350" alt="" src="https://i.imgur.com/cy39TlN.png">
<img width="250" alt="" src="https://i.imgur.com/cy39TlN.png">

## 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
```
## 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

0 comments on commit f64b3a0

Please sign in to comment.