This is a small movie discovery app where you can search for movies and browse what’s trending.
I built this project to get more comfortable with React, working with APIs, and structuring a real frontend app instead of just isolated components.
- Search for movies
- Browse trending titles
- Works well on desktop and mobile
- Clean UI with reusable components
- React
- Tailwind CSS
- Appwrite
- TMDB API
- Vite
git clone https://github.com/hphantech/movies-react.git
cd movies-react
npm install
npm run dev