Skip to content

Yog9/Metflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metflix

Build Status

HitCount

Demo of Metflix Here

This project was bootstrapped with Create React App.

Summary

Browse your favourite movies with metflix.

Built with React and React Router.

Motivation

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

Getting Started

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

To Run the project on local machine

Install the project dependencies
  • In the root run

    yarn install

  • Create a config.js file in api folder. In config.js file write

    export const APIURL = 'https://api.themoviedb.org/3/movie/';

    export const APIKEY = 'YOUR_TMDB_API_KEY';

To run the project

  • Then run

    yarn start

Built With

  • React js
  • React Router
  • CSS3

Features

1. Responsive Design

2. See movie details

Coming Soon

  • Create the project with Redux.

  • recreate with Context API.