CinePik is a sleek and intuitive React Native application that helps users discover and explore trending movies effortlessly. Powered by The Movie Database (TMDb) API, CinePik allows you to view movie details, mark your favorites, and enjoy a beautifully designed interface across devices.
- 🔥 Movie Listings: Browse trending and popular movies from TMDb API.
- 🔍 Search Functionality: Instantly search movies by title.
- ❤️ Favorites: Mark movies as favorites and manage your list.
- 📖 Detailed Movie Info: View ratings, synopsis, release date, and more.
- 🔐 User Authentication: Register and log in securely.
- ⚡ Smooth UI/UX: Beautiful, responsive design for both Android and iOS.
- Frontend: React Native
- Backend: The Movie Database (TMDb) API
- Navigation: React Navigation
- State Management: Context API (or Redux if extended)
- Storage: AsyncStorage (for user preferences and favorites)
- Node.js
- npm or yarn
- React Native development environment (Expo CLI or React Native CLI)
- TMDb API Key
- Clone the repository
git clone https://github.com/avserver-16/CinePik.git cd CinePik

