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

https://github.com/masterbrian99/movie-peek

Movie library using react and typescript
https://github.com/masterbrian99/movie-peek

bootstrap react react-router react-router-dom reactjs typescript yts-api

Last synced: about 2 months ago
JSON representation

Movie library using react and typescript

Awesome Lists containing this project

README

          

# Movie Library using React and typescript

## [![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://github.com/MasterBrian99/) [![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/MasterBrian99/movie-peek/blob/main/LICENSE)

#### [Live Version Netlify](https://movie-lib.netlify.app/)

---

## Tools

#### [Typescript](https://www.typescriptlang.org/ "JavaScript and More")

#### [React](https://reactjs.org/ "A JavaScript library for building user interfaces")

#### [React Bootstrap](https://react-bootstrap.github.io/ "The most popular front-end framework Rebuilt for React.")

#### [REACT ROUTER](https://reactrouter.com/ "LEARN ONCE, ROUTE ANYWHERE")

#### [OMDb API](https://www.omdbapi.com/ "The Open Movie Database")

#### [YTS API](https://yts.mx/api " lightweight web service, (REST interface), which provides an easy way to access the YTS website.")

---

## Installation

#### 1.clone this repo

`$ git clone https://github.com/MasterBrian99/movie-peek.git`

#### 2.install packages

`$ yarn install`

#### 3.add OMDb API in mainData.ts file

#### 4.Build project and launch

`$ yarn start`

---

## Screenshot

home page
latest movies
browse movies
search
404
movies found
movies found
movies found

---

## License

MIT License

Copyright (c) 2021 pasindu p konghawaththa

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.