A responsive and minimal React-based movie search app that lets you search any movie title and view key details like the year, type, and poster. Built with ReactJS and powered by the OMDB API.
π This project is my initial step toward learning the MERN stack, starting with mastering ReactJS.
- π Search for movies by title
- πΌοΈ Displays poster, year, and type (movie/series)
- π§© Automatically shows default results on load (e.g., Batman)
- π Gracefully handles "No results found"
- π¨ Responsive UI with dark-themed styling
| Technology | Description |
|---|---|
| JavaScript library for building user interfaces | |
| Styling and responsive design | |
| Public movie API used for fetching data |
| Tool | Purpose |
|---|---|
| Code editing | |
| Version control | |
| Project hosting |
This app works seamlessly across:
- β Desktop
- β Tablet
- β Mobile
This app uses the OMDB API test key: thewdb. While it's acceptable for basic use, for production apps:
- π Get your own API key from OMDB
- π‘οΈ Store it in an
.envfile and avoid exposing it publicly
This project is licensed under the MIT License.
βοΈ If you found this project helpful, please consider giving it a star!