Skip to content

This web app show you a list with all the films that exist in "The Movie Database API"

Notifications You must be signed in to change notification settings

fdejesusmazzoni/wiki-movie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

wiki-movie (wikimovie-frontend)

This web app show you a list with all the films that exist in "The Movie Database API".

The application has been developed with React / Redux / Saga. It is a good example to understand how develop a basic web application with this libraries.

It's necessary create a file to set the api key. You need register in https://www.themoviedb.org/, and generate your own api key. Then create a file in wikimovie-frontend/src/api/rest/apikey.ts with this content:

export const apikey = '<your key>';

About

This web app show you a list with all the films that exist in "The Movie Database API"

Resources

Stars

Watchers

Forks

Packages

No packages published