MoView is an Ionic-based application for managing your movie collection. Organize, track, and discover movies with a clean and intuitive interface.
- Movie management: Add, edit, and remove movies from your collection.
- Search and filter: Quickly find movies by title, genre, or rating.
- Responsive design: Works seamlessly on mobile and desktop.
- Personalized lists: Create watchlists and favorites.
Screenshots

Installation
git clone https://github.com/JoshuaGlaZ/MoView.git
cd MoView
npm install
ionic serve
For Android/iOS builds:
ionic capacitor add android
ionic capacitor build android
# or
ionic capacitor add ios
ionic capacitor build ios
Check the live build here