🎬 Discover your next favorite movie! A modern web app for browsing and searching movies powered by The Movie Database (TMDB) API.
- TMDB API key (Get it here)
- Clone the repository:
git clone https://github.com/yassnemo/ymovie.git
- Install dependencies:
cd ymovie
npm install
- Create .env file in root directory:
VITE_TMDB_API_KEY=your_api_key_here
Start development server:
npm run dev
The app will be running at http://localhost:3001
-
React + TypeScript
-
Material-UI (MUI)
-
Vite
-
Axios
-
TMDB API
Made with ❤️ by Yassine Erradouani