This project is a movie search application built with Vite and React. It utilizes the OMDB API to access movie details and displays them on the screen.
- Clone the repository:
git clone https://github.com/IsraelBosun/omdbapi.git
- Navigate to the project directory:
cd omdbapi
- Install dependencies:
npm install
- Obtain an API key from the OMDB API website: OMDB API
- Create a
.env
file at the root of the project and add the following line:
VITE_OMDB_API_KEY=your_api_key_here
- Start the development server:
npm run dev
- Open your browser and visit http://localhost:3000 to view the application.
- Enter a movie title in the search bar to fetch movie details from the OMDB API.
- Vite - Fast development build tool
- React - JavaScript library for building user interfaces
- OMDB API - Open Movie Database API for accessing movie details
- Tailwind CSS - A CSS framework I find personally efficient at coding
This app was deployed using Vercel, click here