This project is a movie search application built with React and Vite. It allows users to search for movies and displays trending movies.
git clone https://github.com/your-username/my-first-react-app.git
cd my-first-react-app
npm install
.env
file in the root directory and add your TMDB API key:VITE_TMBD_API_KEY=your_api_key_here
npm run dev
npm run dev
: Starts the development server with hot module replacement.npm run build
: Builds the app for production.npm run serve
: Serves the production build locally.To learn more about React and Vite, check out the following resources: