An open API service indexing awesome lists of open source software.

https://github.com/ericafenyo/wild-movies

A web app that helps users find and save movies as favorites.
https://github.com/ericafenyo/wild-movies

Last synced: 9 days ago
JSON representation

A web app that helps users find and save movies as favorites.

Awesome Lists containing this project

README

          

# Wild movie

[![Build Status](https://travis-ci.com/ericafenyo/wild-movie-fork.svg?branch=master)](https://travis-ci.com/ericafenyo/wild-movie-fork)
![](https://img.shields.io/badge/licence-MIT-green.svg)
![](https://img.shields.io/badge/version-1.0.1a-blue.svg)

Wild movie is a web app that helps users find and save movies as favorites.

This app is actively refined with attention to visuals and performance that create an experience that feels tailor-made to the user. It is built upon a [previous project][wm] done at [Wild Code School][wcs].

## Useful scripts
In the project directory, you can run:

```$ npm start``` : run the app in the development mode.

```$ npm test``` : run all unit tests.

```$ npm lint ``` : run eslint utility in the specified ``.

## Technologies
* React
* Redux
* JavaScript/ES6
* Node
* Jest
* Enzyme
* HTML5/CSS3/SCSS

## Features
* Search movies by title.
* View a detailed information on a particular movie.
* Watch the latest movie trailer.
* Save your favorite movies.
* Explore top movie charts: Box office, Popular and Coming soon.

## Contributors
* [Olivier Tristan][Tristan]
* [Anaïs Chevallier][Anaïs]
* [Alexandre Coutant][Alex]
* [Jennifer Boultareau][Jennifer]
* [Simon Philouze][Simon]

[wm]:"https://github.com/WildCodeSchool/nantes-0219-js-wild-movie"
[wcs]:"https://wildcodeschool.fr/"
[Tristan]:"https://github.com/Gwaper"
[Anaïs]:"https://github.com/Anais084"
[Alex]:"https://github.com/AlexCou49"
[Jennifer]:"https://github.com/JenniferBoultareau"
[Simon]:"https://github.com/HitAngry"