Skip to content

tirtharay/tmd

Repository files navigation

Jobsity - Challenge

Assignment

The objective of this challenge is to implement a mini site using Wordpress 5.4 or higher. The site should contain information about movies and actors. The site shows information about the latest and most popular movies and actors, by receiving data from a third party API. The API I used is from https://developers.themoviedb.org/3

Build Setup

Download the files.
You can use Wamp/Mamp/Xamp or any other tool (incase you don´t have it already)
Put the all files inside a folder called "tmd". 
Put the "tmd" named folder inside the site folder ( where stays your local site files.)

Please download the database zip file from the following link:
https://tirtharay.com.br/tmd.zip

Extract it and then Import the .sql file in you local Database (phpmyadmin).

# Run in Localhost server and go you your browser and open the site

Mandatory Features

  • The homepage must show the next 10 upcoming movies, separated by month and year of release.
  • The homepage must show the top 10 most popular actors.
  • Each displays the following: movie poster, movie title, date of release and genre on hover over the movie poster.
  • Each actor should display the actor’s photo and name.
  • The movie list page should list all movies in the site, ordered by title.
  • Movies should be filterable by name, year, genre and title.
  • The actors list page should list all actors ordered by name.
  • Actors are filterable by name and movie..

Bonus

  • Users can register using default Wordpress system

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published