Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hivian authored Apr 25, 2020
1 parent ec2eff1 commit 15d31fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Pokedex sample app
A Pokedex app built with Kotlin for Android
A Pokedex Android app built with Kotlin

<p align="center">
<img src="https://user-images.githubusercontent.com/9741252/80282910-5b5ae280-8714-11ea-9448-8bbfe7bc0435.png" width="200" />
<img src="https://user-images.githubusercontent.com/9741252/80282918-6ada2b80-8714-11ea-8bdb-72964fafcf2e.png" width="200" />
</p>

## Development Roadmap
## Development tools

- [x] [Kotlin](https://kotlinlang.org/)
- [x] [LiveData](https://developer.android.com/topic/libraries/architecture/livedata)
Expand All @@ -24,13 +24,12 @@ A Pokedex app built with Kotlin for Android
- [x] Modularization
- [x] MVVM design
- [x] Fragment transition Animations
- [x] Dark mode
- [x] [PokeAPI](https://pokeapi.co/)
- [x] Animated image preview in Pokemon Detail
- [ ] Master-Detail view with Navigation Components

## Features

- [x] Dark mode
- [x] List 7 generations of pokemons
- [ ] Pokemon Home - Filter pokemons by generation
- [x] Pokemon Home - Scroll to top
Expand All @@ -42,6 +41,7 @@ A Pokedex app built with Kotlin for Android
- [x] Pokemon Detail - Add to Favorites
- [x] Pokemon Detail - Add to Caught checklist
- [ ] Pokemon Detail - Moves
- [x] PokemonDetail - Animated image preview
- [ ] French translation

## Download
Expand Down

0 comments on commit 15d31fe

Please sign in to comment.