Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stevendelro/startnow-react200-movie-finder
- Owner: stevendelro
- Created: 2018-01-08T12:06:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T00:54:01.000Z (almost 7 years ago)
- Last Synced: 2024-11-09T04:36:48.118Z (3 months ago)
- Topics: async-await, axios, express, nodejs, react, react-animations, react-redux, react-router-v4, react-spinners, redux, redux-thunk, uuid
- Language: JavaScript
- Homepage: http://sd-movie-finder.herokuapp.com
- Size: 492 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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