Skip to content

tahseenio/movie-search-react

Repository files navigation

🍿 Movie Search

Description

  • A Movie Search website created using React, HTML, CSS and JS
  • Utilises the TMDB API to retrieve movie information
  • Can search for specific movies or can find the latest, trending and top rated movies
  • Responsive on all devices
  • Testing UI done with Cypress
  • The website can be viewed here
  • Backend can be viewed here

Screenshots

Skeleton Loading States

Installation and Usage

1. Clone the repo using

git clone https://github.com/tahseenio/movie-search-react.git

2. Install NPM

npm install npm

3. Start the react app

npm run start

OPTIONAL To build the website for deployment to github

npm run deploy

Contribution

If any bugs are found please create a pull request explaining the issue