Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stevendelro/startnow-react200-movie-finder

OCA's Curriculum Finale Project
https://github.com/stevendelro/startnow-react200-movie-finder

async-await axios express nodejs react react-animations react-redux react-router-v4 react-spinners redux redux-thunk uuid

Last synced: 23 days ago
JSON representation

OCA's Curriculum Finale Project

Awesome Lists containing this project

README

        

## An OMDB search app built with React/Redux/React-Router
This is a search app that utilizes the OMDB API to find a list of movies by title, then details by movie when you select a movie.

As it stands right now, the OMDB API isn't optimized for https.

* With https calls, 1-in-3 requests have response failures.
* With http calls, everything pretty much works as intended.

### [DEMO](http://sd-movie-finder.herokuapp.com)

If you have problems getting it to load, check the URL and make sure it's http not https.

### Technologies used

`react` `react-redux` `react-router` `nodeJS` `webpack` `babel` `bulmaCSS` `ES7`

### Editing/Setup

1. Clone the repo
`git clone https://github.com/stevendelro/startnow-react200-movie-finder`
2. Install the dependencies
`npm install`
3. Run build & webpack
`npm start`

### License

MIT