A responsive React application that allows users to search for movies, and explore movie details effortlessly. Built with React, Vite, TailwindCSS.
=======
368907571e15e28ab814baefc18aa93850f5a479
- Search movies using the OMDB API.
- See Movie detail for any movie.
- Debounced search for better performance.
- Responsive design with TailwindCSS.
- Movie cards display poster, title, and year.
- Handles API errors gracefully with user-friendly messages.
- Frontend: React, Vite, TailwindCSS
- State Management: React Hooks (useState, useEffect)
- API: OMDB API
- Utilities: Lodash for debouncing
- Node.js >= 18
- npm >= 9
- Clone the repository:
git clone https://github.com/JaredGezahegn/movie_react_app.git
cd movie-finder-app

