A simple and clean React Movie Search App that allows users to search for movies using The Movie Database (TMDb) API.
This project was built while following @TechWithTim tutorial.
- React JS (with Vite)
- TMDb API
- Modern CSS
- Fetch API
- Search for movies by title
- Display movie posters, titles, release years
- Responsive UI
- Loading and error handling
- Clean and minimalistic design
- Clone the repo:
git clone https://github.com/KrishnaKothawale/ReactMovieApp.git
- Navigate to the project folder:
cd ReactMovieApp - Install dependencies:
npm install
- Create a
.envfile at the root and add your TMDb API key:VITE_MOVIE_API_KEY=your_tmdb_api_key_here - Start the development server:
npm run dev
This project is based on the tutorial:
Build a Movie App in React (Vite) | TechWithTIM
Full credit to TechWithTim YouTube Channel for the guidance and inspiration. 🙌