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:
- Host: GitHub
- URL: https://github.com/pengfluf/moviedb
- Owner: pengfluf
- Created: 2018-09-07T11:31:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T12:45:20.000Z (about 7 years ago)
- Last Synced: 2025-02-21T09:26:18.879Z (9 months ago)
- Topics: javascript, react, redux, redux-saga
- Language: JavaScript
- Homepage: https://tmoviedb.surge.sh/
- Size: 271 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`