Code Monkey home page Code Monkey logo

cs-muvee's Introduction

Project 1 - Muvee

Muvee is a movies app using the The Movie Database API.

Time spent: 8 hours spent in total

Demo

Online Demo

Demo

User Stories

The following required functionality is completed:

  • User can view a list of movies currently playing in theaters.
  • User can show/hide details about each movie.
  • User sees loading state while waiting for the API.
  • User sees an error message when there is a network error.
  • User can refresh the movie list.
  • User can search/filter the movie results via a search bar.
  • User can use the page on both desktop and mobile viewport sizes.

The following optional features are implemented:

  • Toggle between Now Playing and Top Rated movies.
  • Sort Movies by rating, popularity, release date.
  • Animations on open/close details.
  • Infinite Scrolling.
  • Movie Poster Lightbox on click
  • Multiple Layout Options

Video Walkthrough

Here's a walkthrough of implemented user stories:

GIF created with LiceCap.

Notes

Describe any challenges encountered while building the app.

  • Race condition when perform search in local then try to access online resource

cs-muvee's People

Contributors

hprobotic avatar

Watchers

James Cloos avatar  avatar

cs-muvee's Issues

Thanks!

Hello! Thank you for submitting the first homework for CoderSchool React Class ๐ŸŽ‰! The main focus of this assignment was to introduce you to working with an API, rendering items in a collection, and dealing with state and props.

Thanks for creating a nice README.md with the checkboxes. It makes it a lot easier to understand the functionality of your app.

  • Good job fetching the data in App.js within componentDidMount callback.
  • Good job when you have separated constants definitions in an other file.
  • It's totally fine to do string concatenation like "API.root_url + 'movie/top_rated?api_key=' + API.token" but using templated strings would be preferred. (Reference here)[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals] (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#Tagged_template_strings)
  • Cool job using semantic ui library. It's nice to use a CSS Framework because you can build off base styles easily and quickly.
  • You did a good job splitting up into MovieList and MovieItem, keeping the code clean and simple.

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.