This content originally appeared on DEV Community and was authored by Said Mounaim
MovieMood
MovieMood is a sleek, minimal mobile app built with React Native and Expo. It lets users discover and explore movies using the TMDb API. Enjoy a smooth and responsive interface, browse top-rated and trending titles, and manage your watchlist.
Features
Search for movies by title
Explore popular, top-rated, upcoming, and trending movies
View detailed movie info (poster, overview, release date, cast)
Save favorite movies to your personal watchlist
Powered by Zustand for state management
Tech Stack
- React Native
- Expo
- TypeScript
- Zustand — global state management
- TMDb API — movie data provider
Github Repo
https://github.com/saidMounaim/movie-mood-app.git
This content originally appeared on DEV Community and was authored by Said Mounaim