Skip to content

Oodmincheg/movie-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Today popular movies from The Movie DB

Display popular movies with using API The Movie DB.

You can watch today popular movies here
Scroll down and more movies will apperar(react-infininte-scroll-component).
Manage your watchlist(localstorage).

In this project I mastered:

  • React
  • react-create-app
  • redux, redux-thunk, react-redux
  • react-router
  • styled-components
  • react-infinite-scroll-component

All components are in the src folder. All another files was generated by react-create-app

You can run this project locally just do:

  • clone branch review with git clone https://github.com/Oodmincheg/movie-db.git or fork it and then clone it from your forked repo
  • cd movie-db
  • npm install
  • npm start