Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 983 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 983 Bytes

React Code Challenge

Welcome to our React Code Challenge. This code challenge was bootstrapped with Create React App.

Application

There are 3 pages available:

  • Film List: List of popular movies
  • Film Item: Detail of specific movie
  • Favorites: List of movies which were set as favorites

We use the following API to retrieve the informations: themoviedb.org.

How to start

Install the required dependencies

npm install

Run the project

npm start

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

Tests

The Application has cypress as framework.

First start the application and then run the following:

npm test

We will look at the code together and see what we can change, fix or implement.