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

https://github.com/pengfluf/moviedb

:movie_camera: This application shows movies from The Movie Database and allows you saving your favorite ones. :star2:
https://github.com/pengfluf/moviedb

javascript react redux redux-saga

Last synced: 4 months ago
JSON representation

:movie_camera: This application shows movies from The Movie Database and allows you saving your favorite ones. :star2:

Awesome Lists containing this project

README

          

# The Movie Database

It's an application which shows movies from TMD and allows you choosing and saving your favorite ones.

Test task.

## Features

- Large number of movies from which you can choose your favorite ones and save them
- Changes are saved in Local Storage, so don't be afraid to lose it (unless you like cleaning your storage often)
- Infinite scroll
- Simple UI
- Cute fox (though looking like cat) :cat2:

## Development

Install dependencies

`yarn install` or `npm install`

Start the application at localhost:3000

`yarn start` or `npm start`

Test

`yarn test` or `npm run test`