A movie app that allows users to view and search for movies, see details of each movie, and cache a movie favorites list. This app built using React Native, React-Query, TypeScript, Reactotron, and TheMovieDB API.
- Clone the repository:
git clone https://github.com/liorkasti/kst-tmdb.git
- Install dependencies:
npm install
- Start the development server:
npm run dev
🚧 Building in progress 🚧
🔥 Coming up next:
- Tests
- Refactoring to improve modularity and readability
- Sync with web server