A mobile application used as a reference for those who loves watching new movies and top rated with real live API from themoviedb and aslo have option to list your favorite movies in one place The design inspired by: https://lnkd.in/dtN8VzF
- React Native to implement the application in both platform IOS and Android
- useContext to handle and access the data around the project
- React Query to handle the server state and caching the data easily
- Axios to make requests and intergrate RESTFUL Api
- Download The repo
- Run commender in the folder
npm install
npm start