Yog9 / MovieDB

A basic react app to search movies from OMDb API.

Home Page:https://yog9.github.io/MovieDB/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovieDB

Demo of MovieDB

Summary

A basic react app to search movies from TMDb API.

Motivation

The purpose of this project was to get familiar with React js.

Getting Started

Click the demo link or clone/download the repository on your local machine.

To Run the project on local machine

Create config.js is src folder add write the following code snippet

const apiKey = "YOUR_TMDB_API_KEY";

export default apiKey;

Install the project dependencies
  • In the root run

npm install

To run the project

  • Then run

npm start

Built With

  • React js
  • CSS3

Features

1. Responsive Design

2. Search for movies

Coming Soon

  • Create more pages to show movie details using React Router.

This project was bootstrapped with Create React App

About

A basic react app to search movies from OMDb API.

https://yog9.github.io/MovieDB/


Languages

Language:JavaScript 84.9%Language:CSS 8.6%Language:HTML 6.5%