Skip to content

ihrow/movie-search-app

Repository files navigation

Movie Search React App

img

This is a simple React app that uses the OMDb API to search for movies.


Preview

The app is deployed on Netlify.

Tech Stack

  • React
  • Tailwind CSS
  • React Redux
  • React Router
  • Framer Motion
  • Masonry CSS
  • axios

Local Setup

  • Clone the repo git clone https://github.com/ihrow/movie-search-app.git
  • Get an API key from OMDb API
  • Create a .env file in the root directory
  • Add the API key the same way as in .env.example
  • Run npm install
  • Run npm run dev
  • Open http://localhost:5173 in your browser