Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lazhari/react-movies-finder
React Movies finder is a React app to search movies and series using redux, redux-thunk, React Hooks, and Material UI
https://github.com/lazhari/react-movies-finder
axios hooks material-ui nextjs react react-player react-redux react-testing-library redux redux-thunk typescript vercel-now
Last synced: 2 months ago
JSON representation
React Movies finder is a React app to search movies and series using redux, redux-thunk, React Hooks, and Material UI
- Host: GitHub
- URL: https://github.com/lazhari/react-movies-finder
- Owner: Lazhari
- License: mit
- Created: 2017-10-07T19:44:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T04:40:56.000Z (3 months ago)
- Last Synced: 2024-10-23T06:55:35.589Z (3 months ago)
- Topics: axios, hooks, material-ui, nextjs, react, react-player, react-redux, react-testing-library, redux, redux-thunk, typescript, vercel-now
- Language: TypeScript
- Homepage: https://movies-finder-v2.vercel.app/
- Size: 2.15 MB
- Stars: 32
- Watchers: 4
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [React Movies Finder](https://movies-finder-v2.vercel.app/)
> React Movies Finder is a Next/React/Redux app to find movies and TV shows using the [Movie DB api](https://developers.themoviedb.org/3)
[![Infrastructure Tests](https://www.bridgecrew.cloud/badges/github/lazhari/react-movies-finder/general)](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=Lazhari%2Freact-movies-finder&benchmark=INFRASTRUCTURE+SECURITY)
[![Infrastructure Tests](https://www.bridgecrew.cloud/badges/github/lazhari/react-movies-finder/cis_aws)](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=Lazhari%2Freact-movies-finder&benchmark=CIS+AWS+V1.2)
[![Infrastructure Tests](https://www.bridgecrew.cloud/badges/github/lazhari/react-movies-finder/cis_azure)](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=Lazhari%2Freact-movies-finder&benchmark=CIS+AZURE+V1.1)
[![Infrastructure Tests](https://www.bridgecrew.cloud/badges/github/lazhari/react-movies-finder/pci)](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=Lazhari%2Freact-movies-finder&benchmark=PCI-DSS+V3.2)
[![Infrastructure Tests](https://www.bridgecrew.cloud/badges/github/lazhari/react-movies-finder/nist)](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=Lazhari%2Freact-movies-finder&benchmark=NIST-800-53)
[![Infrastructure Tests](https://www.bridgecrew.cloud/badges/github/lazhari/react-movies-finder/hipaa)](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=Lazhari%2Freact-movies-finder&benchmark=HIPAA)
[![Build Status](https://travis-ci.org/Lazhari/react-movies-finder.svg?branch=master)](https://travis-ci.org/Lazhari/react-movies-finder)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Lazhari_react-movies-finder&metric=alert_status)](https://sonarcloud.io/dashboard?id=Lazhari_react-movies-finder)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=Lazhari_react-movies-finder&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=Lazhari_react-movies-finder)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=Lazhari_react-movies-finder&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=Lazhari_react-movies-finder)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=Lazhari_react-movies-finder&metric=security_rating)](https://sonarcloud.io/dashboard?id=Lazhari_react-movies-finder)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Lazhari_react-movies-finder&metric=coverage)](https://sonarcloud.io/dashboard?id=Lazhari_react-movies-finder)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=Lazhari_react-movies-finder&metric=code_smells)](https://sonarcloud.io/dashboard?id=Lazhari_react-movies-finder)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=Lazhari_react-movies-finder&metric=sqale_index)](https://sonarcloud.io/dashboard?id=Lazhari_react-movies-finder)
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=Lazhari_react-movies-finder&metric=duplicated_lines_density)](https://sonarcloud.io/dashboard?id=Lazhari_react-movies-finder)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=Lazhari_react-movies-finder&metric=ncloc)](https://sonarcloud.io/dashboard?id=Lazhari_react-movies-finder)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=Lazhari_react-movies-finder&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=Lazhari_react-movies-finder)Check the latest version [here](https://movies-finder-v2.vercel.app/)
## Installtion and Set up
### Requirements
- node (v10.x or higher).
- Yarn or npm### Get Start
- `git clone https://github.com/Lazhari/react-movies-finder.git`
- `yarn`
- `yarn dev`## License
The MIT License (MIT)
Copyright (c) 2020 Lazhari
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.