Skip to content

Commit 224f1d5

Browse files
authored
Update README.md
1 parent fa7b441 commit 224f1d5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
React Native Movie App 🎬 - A cross-platform react native app for exploring [The Movie DB](https://www.themoviedb.org) using RTK Query and Redux Toolkit for optimized state and API management.<br>
1010

1111
<p align="center">
12-
<img width="40%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/1730480204304_100.PNG" />
13-
<img width="40%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/1730480218847_100.PNG" />
14-
<img width="40%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/1730480241388_100.PNG" />
15-
<img width="40%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/1730480234480_100.PNG" />
12+
<img width="33%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/1730741954753_100.PNG" />
13+
<img width="33%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/1730741946121_100.PNG" />
14+
<img width="33%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/1730741936047_100.PNG" />
15+
<img width="33%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/1730741920629_100.PNG" />
16+
<img width="33%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/1730741927781_100.PNG" />
17+
<img width="33%" height="50%" src="https://github.com/piashcse/react-native-movie/blob/main/screenshots/1730741964832_100.PNG" />
1618
</p>
1719

1820
# Main Features
@@ -22,12 +24,14 @@ React Native Movie App 🎬 - A cross-platform react native app for exploring [T
2224
- Movie Detail
2325
- Recommended Movie
2426
- Artist info and artist detail
27+
- Favorite Movie in local Storage
2528
- TV Series
2629
- TV Series List
2730
- TV Series Search
2831
- TV Series Detail
2932
- Recommended TV Series
3033
- Artist info and artist detail
34+
- Favorite Tv Serires in local Storage
3135
- Pagination with RTK Query
3236
- Bottom navigation
3337
- Network connection state with SnackBar
@@ -47,6 +51,7 @@ React Native Movie App 🎬 - A cross-platform react native app for exploring [T
4751
- [Redux-toolkit](https://redux-toolkit.js.org/) - The official, opinionated, batteries-included toolset for efficient Redux development
4852
- [Redux](https://redux.js.org/) - Redux is an open-source JavaScript library for managing and centralizing application state. It is most commonly used with libraries such as React or Angular for building user interfaces.
4953
- [React-Navigation 6](https://reactnavigation.org/) - Routing and navigation for your React Native apps.
54+
- [Zustand](https://zustand-demo.pmnd.rs/) - A small, fast and scalable bearbones state-management solution using simplified flux principles. Has a comfy API based on hooks, isn't boilerplatey or opinionated.
5055

5156
## Requirements
5257

0 commit comments

Comments
 (0)