MovieSearch is a web app that lets you search for movies and view movie portraits using the OMDB API.
- 🔍 Search for movies by title
- 🎨 View movie portraits and basic details
- ⚡ Built with Next.js, TypeScript, and Tailwind CSS
- Next.js – React framework for server-side rendering
- TypeScript – Type safety and better development experience
- Tailwind CSS – Utility-first styling
- OMDB API – Movie data provider
The app can be deployed on Linux servers using standard Node.js deployment methods.
- Clone the repository
git clone https://github.com/bytezera04/MovieSearch.git
- Install dependencies
npm install
- Run the development server
npm run dev
- Open http://localhost:3000 in your browser
This project is open source.
