/movies-web-app

Application to keep track of the movies you want to see in DVD.

Primary LanguageTypeScript

Movies Watch List

Keep a watch list of your movies and get release date of DVD. It uses a REST API as backend.

Screenshots

Login Main-Released Main-Coming-Soon Main-Unknown Search-Results

Build

In order to build the project you need VS Code. Clone the repository and open the folder with VS Code. Then you can run the project with npm start or build with npm build.

Libraries Used

  • ReactJS used for the front end.
  • Bulma used for the front end UI.
  • axios used for AJAX communication with REST API.
  • TMDb API used for search, images and info of the movies.
  • Font Awesome used for icons.
  • autoComplete used for auto complete in search.