Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
João Victor de França authored Jan 15, 2021
1 parent 129c915 commit f1e066c
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# MtgSearcher
A Magic the gathering card searcher using **Magic the gathering API : [MagicApi](https://docs.magicthegathering.io/)**

A new Flutter project.

## Getting Started
## About the app
in this app you can search your favorite magic cards and get some informations about them (card status and its effects)

This project is a starting point for a Flutter application.
## Development
This is the first app that i do using an API and i've learned a lot with it.

A few resources to get you started if this is your first Flutter project:
* i got used on how to decode and use the Contents of an Api on an application
* worked with folder management to organize my code and make it more easier to work with
* learned more about git and code versioning and using this knowledge on this project

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
## ScreenShots
Initial Screen | Search screen
:-------------------------:|:-------------------------:
![Tela inicial](https://github.com/Jaofranca/MtgSearcher/blob/master/AppImages/1.jpeg) | ![Escolha de Nomes](https://github.com/Jaofranca/MtgSearcher/blob/master/AppImages/2.jpeg)

CardDetail Screen |
:-------------------------:|
![Tela do jogo](https://github.com/Jaofranca/MtgSearcher/blob/master/AppImages/3.jpeg) |

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

0 comments on commit f1e066c

Please sign in to comment.