A React-based movie search application that allows users to search for movies and view their details.
- Search for movies by title.
- View movie details including poster, year, and plot summary.
- React
- Vite
- OMDb API
-
Clone the repository:
git clone https://github.com/Flash500x/MovieLand.git
-
Navigate into the project directory:
cd MovieLand -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and go to
http://localhost:5173to view the app.
- Enter a movie name in the search bar and hit enter.
- Browse the results to view movie details.
MovieLand/
├─ public/ # Static assets
├─ src/ # React components and styles
├─ package.json
├─ vite.config.js
└─ README.md
This project is licensed under the MIT License.