Skip to content

rgdzv/react-movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactMovies

ReactMovies is an app for searching movies and all the related infotmation about them. It uses The Movie DB API for calling queries. All you need is sign up on https://www.themoviedb.org to get your own free API key.

Click here and see how ReactMovies works

Alt-текст

Used libraries:

Installation

  1. Sign up on https://www.themoviedb.org to get your API key

  2. Download the repo with:

$ git clone https://github.com/rgdzv/react-movies.git
  1. Install dependencies
$ npm install
  1. Put your API key in action.js file:
const API_KEY = ''  // Put your API KEY here as a string!
  1. Run the application:
$ npm start

Cooperation

Pull requests are highly welcomed. You can create issue if you find any bug.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published