Skip to content

picass0/moviesdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies Collection Application.

Description

Simple movie-collection app. Allows searching for movies, favoring them and marking them as watched. Stores data in localStorage. Application built on top of react and redux libraries

Uses omdb api - http://www.omdbapi.com/

Application Deploy:

Application was created with https://github.com/facebook/create-react-app.

params.js

src/params.js file needs to be created and filled with correct api keys. Example can be found in the src/params.js.dist file.

Dev version:
npm install
npm run start
Prod version:
npm install
npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published