A modern React app built with Vite and Tailwind CSS, where you can discover trending movies, search the movie database, and manage your favorite picks.
- 🌟 Trending Movies: Explore the latest trending movies updated daily.
- 🔍 Search: Quickly find movies in the extensive database.
- ❤️ Favorites Management: Save your favorite movies to your personalized list.
- 🚀 Lightning-Fast: Built with Vite for exceptional speed and performance.
- Frontend: React (Vite), Tailwind CSS
- API: The Movie Database (TMDB) API
- State Management: React Context API
Follow these steps to set up and run the app locally:
git clone https://github.com/nanlung/movies-r-us.git
cd my-react-appnpm install- Create an account at The Movie Database (TMDB).
- Navigate to your account settings > API > Create API Key.
- Copy the API key for use in the app.
Create a .env file in the root directory and add your TMDB API key:
VITE_TMDB_API_KEY=your_api_key_here
VITE_BASE_URL=https://api.themoviedb.org/3npm run devThe app will be available at http://localhost:5173.

