Giter Site home page Giter Site logo

veryamini / movie-flex Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yog9/movie-flex

0.0 1.0 0.0 2.12 MB

Movie Flex is a movie application created with React/Redux in which users can browse Movies and TV shows from TMDB API to find more information about them. Also provided a search functionality for searching movies/TV shows.

Home Page: https://yog9.github.io/Movie-Flex

HTML 2.68% CSS 14.49% JavaScript 82.83%

movie-flex's Introduction

Movie Flex

Demo of Movie Flex

Summary

Movie Flex is a movie application created with React/Redux in which users can browse Movies and TV shows from TMDB API to find more information about them. Also provided a search functionality for searching movies/TV shows.

Motivation

The purpose of this project was to get familiar with the basics of Redux.

Getting Started

Click the demo link or clone/download the repository on your local machine. Create a config folder inside the src folder. Inside config create a config.js file add the following code snippet.

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

export const API_KEY = 'YOUR_TMDB_API_KEY';

export const url = "https://api.themoviedb.org/3";

export const url_tv = 'https://api.themoviedb.org/3/tv';

Install dependencies

npm install

Run Movie-Flex from the root directory.

npm start

Built With

  • React
  • React Router
  • Redux
  • CSS 3

Features

1. Responsive Design

2. Watch trailer and a lot more details of each movie or TV Show.

3. Search movies and TV Shows.

Coming Soon

  • Add watchlist functionality using Mongo DB as the database.
  • Login functionality with Mongo DB as the database.
  • Code refactoring with TypeScript/React.

This project was bootstrapped with Create React App.

movie-flex's People

Contributors

yog9 avatar veryamini avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.