Skip to content

ihdk/movie-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Database

Description

React application written in TypeScript to present movie information from open source database The Movie DB. The application is developed for purposes of presentation, education and testing of new technologies.

Live demo can be found here.

Technologies

Installation

Use the npm package manager to install application locally from your cloned repository.

npm install

Then run application in your browser.

npm start

Application details

Application cosists of four routes splitted into separated chunks:

  • Homepage with search functionality
  • Movie detail page
  • Actor detail page
  • Favourite movies page
  • 404 page

Information as last search results, favourite movies or selected theme are stored in local storage thanks to Redux Persist.

Basic components tests

Available are basic tests of some components.

Run test:

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published