An open API service indexing awesome lists of open source software.

https://github.com/fredvuni/reactjs-movie-app

A react js search movie app using the omdbapi based on the javascript mastery youtube channel
https://github.com/fredvuni/reactjs-movie-app

css3 omdb-api react

Last synced: 2 months ago
JSON representation

A react js search movie app using the omdbapi based on the javascript mastery youtube channel

Awesome Lists containing this project

README

          

# React Movie Search App

This is a React app that allows users to search for movies using the OMDB API. It is based on the JavaScript Mastery YouTube channel tutorial.

## Installation

1. Clone the repository: `git clone https://github.com/FREDVUNI/react-movie-app.git`
2. Navigate to the project directory: `cd react-movie-app`
3. Install dependencies: `npm install`
4. Create a `.env` file by copying `.env.example` and adding your own API key for the OMDB API: `cp .env.example .env`
5. Start the development server: `npm start`

## Usage

To use the app, navigate to `http://localhost:3000` in your browser. You can search for movies by entering a title in the search bar and pressing the "Search" button. The app will display a list of movies that match the search query, including their title, year, poster, and plot.

## Technologies Used

- React
- OMDB API
- Axios
- CSS

## Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request.

## Screenshot

![reactMovies](https://user-images.githubusercontent.com/41730664/212621028-384db738-5bfc-4fbf-b265-d64ec9776d13.png)