Skip to content

Commit 2b7ef78

Browse files
author
Simon Bachmann
authored
Merge pull request #41 from PokeMate/readme-demo
demo added to readme
2 parents 3a4be23 + 7e18ba1 commit 2b7ef78

9 files changed

Lines changed: 48 additions & 0 deletions

File tree

README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,55 @@
22

33
## Installation
44

5+
Install the dependecies:
6+
57
```bash
68
npm install
9+
```
10+
11+
Run the application:
12+
13+
```bash
714
npm start
815
```
16+
17+
## Demo
18+
19+
### Pokedex 🐛
20+
21+
The Pokedex can be filtered with the the generation and the type. Newly generated Pokemons are of generation X.
22+
23+
![pokedex](./demo/pokedex.png)
24+
25+
The following parameters influence the chances of a successful mating date:
26+
27+
- Attractivity
28+
- Fertility
29+
- Fitness
30+
- Attracted Types
31+
- No-Go Types
32+
33+
### Pokemon Details 🐛
34+
35+
The fetishes section is used as an entertainment parameter and is currently not evaluated in the dating success rate.
36+
37+
![details](./demo/details.png)
38+
39+
### Mating 🔥
40+
41+
![mating](./demo/mating.png)
42+
43+
### Incubator 🥚🐣🐓
44+
45+
![incubator](./demo/incubator.png)
46+
![incubator](./demo/generated.png)
47+
48+
### Mobile
49+
50+
The application was designed in a way that it scales properly for mobile too.
51+
52+
<p float="middle">
53+
<img src="/demo/mobile-pokedex.png" width="300" />
54+
<img src="/demo/mobile-details.png" width="300" />
55+
<img src="/demo/mobile-rating.png" width="300" />
56+
</p>

demo/details.png

416 KB
Loading

demo/generated.png

1.27 MB
Loading

demo/incubator.png

231 KB
Loading

demo/mating.png

552 KB
Loading

demo/mobile-details.png

1.24 MB
Loading

demo/mobile-pokedex.png

560 KB
Loading

demo/mobile-rating.png

824 KB
Loading

demo/pokedex.png

1.4 MB
Loading

0 commit comments

Comments
 (0)