Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
piashcse committed May 6, 2023
1 parent 3fc1860 commit 24adaf9
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@
Movie App using [The Movie DB](https://www.themoviedb.org) and build with react-native and redux based architecture<br>

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

# Main Features
1. Movie list
2. Movie detail
3. Bottom navigation
- Movie List
- Pagination
- Movie detail
- Bottom navigation
- Artist info and artist detail
- Network connection state with SnackBar

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

## Requirements

- [Node.js](https://nodejs.org/) (latest)
- [Yarn](https://yarnpkg.com/) (latest)

## How to run

- `git clone [email protected]:piashcse/react-native-movie.git`
- `yarn install`

Now, you can choose a command to run the project:

- `yarn ios` to run on iOS simulator
- `yarn android` to run on Android simulator

## 👨 Developed By

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

0 comments on commit 24adaf9

Please sign in to comment.