Skip to content

KristabBhattarai/movie-search-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Search App (Get Movies)

This is a simple React application that allows users to search for movie information through an API.

Preview: https://movie-search-app.kristab.com.np

Features

  • Search for movies by title
  • Display movie information including title, release date, and overview
  • Responsive design

Technologies Used

Getting Started

Prerequisites

  • Node.js and npm installed on your machine.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/movie-search-app.git
    
  2. Navigate to the project directory:
    cd movie-search-app
    
  3. Install the dependencies:
    npm install
    
  4. Rename .env-example to .env and place your api key. Learn how to get Api key by clicking here

Running the Application

To start the application, run:

npm start

This will start the development server and open the application in your default web browser.

Usage

  • Enter a movie title in the search bar and click the search button to find movie information.

Contributing

Feel free to submit issues or pull requests for improvements or bug fixes.

License

This project is licensed under the MPL-2.0 License.