Skip to content

DylanWard14/MovieFinder

Repository files navigation

Movie Finder DylanWard14

Introduction

Movie finder is a web application built with React, using The Movie Database (TMDb) API and a CICD pipeline managed with CircleCI.

Live Demo

A live demo of the application is available at MovieFinder.

Installation

  1. Clone the repo: [email protected]:DylanWard14/MovieFinder.git
  2. cd MovieFinder
  3. Create .env.local file
  4. Add your own The Movie Database API key to the file REACT_APP_API_KEY=YOU_KEY_HERE
  5. Install all the packages: npm install
  6. Run the application: npm start
  7. Open your browser: http://localhost:3000

Cypress Tests

  1. Create a cypress.env.json file at the root of the project
  2. Add { "REACT_API_KEY": "*" } to the file, replacing * with your The Movie Database API Key
  3. Run npm run cypress:open to open the Cypress test runner

Author

Dylan Ward

About

A web application built with react to search for movies and tv shows from The Movie Database API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published