Skip to content

Commit 24adaf9

Browse files
authored
Update README.md
1 parent 3fc1860 commit 24adaf9

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

README.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@
77
Movie App using [The Movie DB](https://www.themoviedb.org) and build with react-native and redux based architecture<br>
88

99
<p float="left">
10-
<img width="29.2%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/Screenshot_20220514_103102.png" />
11-
<img width="30%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/Screenshot_20220514_103440.png" />
12-
<img width="32.4%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/Screenshot_20220514_103130.png" />
13-
<img width="32%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/Screenshot_20220514_103631.png" />
10+
<img width="40%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/Screenshot_20220514_103102.png" />
11+
<img width="40%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/Screenshot_20220514_103440.png" />
12+
<img width="40%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/Screenshot_20220514_103130.png" />
13+
<img width="40%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/Screenshot_20220514_103631.png" />
1414
</p>
1515

1616
# Main Features
17-
1. Movie list
18-
2. Movie detail
19-
3. Bottom navigation
17+
- Movie List
18+
- Pagination
19+
- Movie detail
20+
- Bottom navigation
21+
- Artist info and artist detail
22+
- Network connection state with SnackBar
2023

2124
## Architecture
2225
- Redux-based Architecture (action - reducer - sagas)
@@ -31,6 +34,21 @@ Movie App using [The Movie DB](https://www.themoviedb.org) and build with react-
3134
- [React-Navigation 6](https://reactnavigation.org/) - Routing and navigation for your React Native apps.
3235
- [Axios](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js
3336

37+
## Requirements
38+
39+
- [Node.js](https://nodejs.org/) (latest)
40+
- [Yarn](https://yarnpkg.com/) (latest)
41+
42+
## How to run
43+
44+
- `git clone git@github.com:piashcse/react-native-movie.git`
45+
- `yarn install`
46+
47+
Now, you can choose a command to run the project:
48+
49+
- `yarn ios` to run on iOS simulator
50+
- `yarn android` to run on Android simulator
51+
3452
## 👨 Developed By
3553

3654
<a href="https://twitter.com/piashcse" target="_blank">

0 commit comments

Comments
 (0)