mkamilgok / Movie-Search

A movie searching web application built with React and supported with The Movie Database API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Search App

This web application provides movie searching and listing and it's implemented with React. The Movie Database API is used in order to fetch data.

By implementhing this project, I practiced:

  • Container-Presentational Components Programming Pattern
  • Setting the State of Components by using Hooks
  • Interacting with The Movie Database API

This project was bootstrapped with Create React App.

Running the app

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Usage

You can search movies by entering the name and view the list of movies with their explanations.

Main View

About

A movie searching web application built with React and supported with The Movie Database API.


Languages

Language:JavaScript 67.5%Language:CSS 18.9%Language:HTML 13.6%