Moovida is a streaming-style web app where you can browse movies/TV shows and watch trailers/players.
- React
- Vite
- React Router DOM
- Tailwind CSS (styling)
- ESLint
npm installnpm run devnpm run buildnpm run preview.
├── public/
└── src/
├── Pages/
│ ├── Home/
│ ├── Login/
│ ├── NotFound/
│ └── Player/
├── components/
│ ├── Navbar/
│ ├── Titlecards/
│ └── Footer/
├── assets/
├── App.jsx
├── main.jsx
└── index.css
- Browse trending movies (Titlecards)
- Browse categories like:
- Now Playing Movies
- Popular Series
- Top Rated Series
- Watch content using the built-in player page
- Simple Login UI (sign in / sign up toggle)
- 404 Not Found page