IsraelBosun / omdbapi

Home Page:https://movieapp-one-eta.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oomdb

About Project

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.

Installation

  1. Clone the repository:
git clone https://github.com/IsraelBosun/omdbapi.git
  1. Navigate to the project directory:
cd omdbapi
  1. Install dependencies:
npm install

Usage

  1. Obtain an API key from the OMDB API website: OMDB API
  2. Create a .env file at the root of the project and add the following line:
VITE_OMDB_API_KEY=your_api_key_here
  1. Start the development server:
npm run dev
  1. Open your browser and visit http://localhost:3000 to view the application.
  2. Enter a movie title in the search bar to fetch movie details from the OMDB API.

Built With

  • 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

View the deployed app here

This app was deployed using Vercel, click here

About

https://movieapp-one-eta.vercel.app


Languages

Language:JavaScript 86.0%Language:CSS 9.1%Language:HTML 4.9%