Yog9 / Metflix

Movie App made with react

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Movie App made with react

https://yog9.github.io/Metflix/


Languages

Language:JavaScript 71.6%Language:CSS 26.2%Language:HTML 2.2%