Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodexhub committed May 22, 2021
1 parent cd6c606 commit cf05a29
Showing 1 changed file with 52 additions and 7 deletions.
59 changes: 52 additions & 7 deletions README.md
@@ -1,15 +1,60 @@
# covidapp
# Covid App

A new Flutter project.
COVID-19 application made with Flutter, following Test Driven Development (TDD) and Clean Architecture.

## Getting Started
## Features:

Ths project has several features:

- Fetch Covid cases and latest news related to COVID-19 from APIs.
- Test Driven Development (TDD).
- Follow ResoCoder's Clean Architecture. For details, click [here](https://resocoder.com/flutter-clean-architecture-tdd/).
- Internationalization with JSON for two locale values - `en` and `hi`.
- CI/CD pipeline with Github actions.

## Preview:

This project is a starting point for a Flutter application.
<div style="text-align: center"><table><tr>
<td style="text-align: center">
<img src="screenshots/ss_1.png" width="200" />
</td>
<td style="text-align: center">
<img src="screenshots/ss_2.png" width="200"/>
</td>
<td style="text-align: center">
<img src="screenshots/ss_3.png" width="200" />
</td>
<td style="text-align: center">
<img src="screenshots/ss_4.png" width="200"/>
</td>
</tr></table>
</div>
<div style="text-align: center"><table><tr>
<td style="text-align: center">
<img src="screenshots/ss_5.png" width="200" />
</td>
<td style="text-align: center">
<img src="screenshots/ss_6.png" width="200"/>
</td>
<td style="text-align: center">
<img src="screenshots/ss_7.png" width="200" />
</td>
<td style="text-align: center">
<img src="screenshots/ss_8.png" width="200"/>
</td>
</tr></table>
</div>

A few resources to get you started if this is your first Flutter project:
## APIs used

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
- Covid case data are taken from [here](https://api.covid19api.com/summary).
- News are fetched from [newsapi.org](https://newsapi.org/).

## License

The project is released under the [MIT License](http://www.opensource.org/licenses/mit-license.php). The license can be found [here](LICENSE).

## Getting Started

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
Expand Down

0 comments on commit cf05a29

Please sign in to comment.