GithubHelp home page GithubHelp logo

movie_project's Introduction

Environment setup

Note:

  • Node v6.11 and npm v3.10.10 are used for development.
  • Mac:
  1. Install Node (https://nodejs.org/en/download/)
  2. On your terminal, cd into the movies directory
  3. Initialize node modules by running npm install in the terminal
  4. Start the server using npm run server in the terminal
  5. Open browser and browse to http://localhost:8080
  • Windows:
  1. Install Node (https://nodejs.org/en/download/)
  2. On your cmd prompt, cd into the movies directory
  3. Initialize node modules by running npm install in the cmd prompt
  4. Start the server using npm run server in the cmd prompt
  5. Open browser and browse to http://localhost:8080

Instructions:

  1. First of all, thank you for taking the time to take our coding challenge. We are excited that you applied to Emprove!
  2. You will find data.json in the src folder. It contains a list of movie information and reviews for each movie.
  3. Read the data in data.json.
  4. Display the movies in a list. A screenshot is provided in mockup.png. The screenshot is taken from http://www.imdb.com/list/ls053420126/
  5. All images are available in public/images folder. The movie information we would like to see on the page is the image, title, year, synopsis, and url. The title should be clickable, which takes users to the url.
  6. Create a "Read Review" button for each movie. When users click one of them, the review for the specific movie will be expanded to show the review of the movie.

Libraries:

  1. Please do not use other JS frameworks, such as JQuery, Angular, etc. React is already available for you to use.
  2. Feel free to use CSS frameworks, such as Bootstrap or Material UI.

Objectives for this coding challenge:

  • We would like to see how you structure your code in React and how you code in React.
  • We would like to see if you are able to work with json data.
  • Most importantly, we would like you to have fun doing it!

movie_project's People

Contributors

slolobdill44 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.