Skip to content

kartalerkoc/interview-frontend-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.0%
  • CSS 5.5%
  • HTML 3.5%