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.
- Host: GitHub
- URL: https://github.com/ericafenyo/wild-movies
- Owner: ericafenyo
- Created: 2019-06-03T11:24:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T00:58:06.000Z (about 7 years ago)
- Last Synced: 2025-10-20T08:37:39.422Z (9 months ago)
- Language: CSS
- Homepage: https://ericafenyo.com/apps/wild-movie/
- Size: 432 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wild movie
[](https://travis-ci.com/ericafenyo/wild-movie-fork)


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"