Giter Site home page Giter Site logo

moviesapp's Introduction

testing branch

MoviesApp

This App list movies and allows users to watch the trailer for each movie.

Installation

Download or clon this proyect and install with this command:

yarn install

To start using the application use this command:

yarn start

The apllication will be available on localhost:3000

Configuration and setup

To run the project its required node version 10.16.3 or higher.

The application was created using Create React App this includes a set of scripts executed with react-scripts library. The scripts available are start, build, test and eject.

Description

Containers and Components

The application is composed of components and containers. The containers are class components while the components are functional components.

Redux

The application use Redux as state manager Redux lets the React components read data from the Redux store (which represents the state of the application), and dispatch actions to the store to update data (handled by reducers).

React Router

The application is a single page application an uses React-Router to handle internal app routes

Integration with API

The application integrates with the API Themoviedb This API expose services to list all the movies clasified as now playing, popular, top rated and upcoming as well as movies trailers and images.

Tests

The test suite/cases were created using Jest To run the tests use the following command

npm test

moviesapp's People

Contributors

florfer avatar

Watchers

 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.