Code Monkey home page Code Monkey logo

flixspotter-client's Introduction

Netlify Status

Objective Using React, build the client-side for an application called myFlix based on its existing server-side code (REST API and database).

Target Audience and purpose of the FlixSpotter application

  1. The users will be movie enthusiasts who enjoy reading information about different movies.
  2. FlixSpotter will be a single-page, responsive application with routing, rich interactions, several interface views, and a polished user experience. The client-side developed in this Client-side will support the existing server-side hosted on MongoDB by facilitating user requests and rendering the response from the server-side via a number of different interface views.
  3. FlixSpotter users will be able to use it whenever they want to read information about different movies or update their user information—for instance, their list of “Favorite Movies.”
  4. The application will be hosted online. The FlixSpotter application itself is responsive and can therefore be used anywhere and on any device, giving all users the same experience.
  5. Movie enthusiasts like to be able to access information about different movies, directors, and genres, whenever they want to. Having the ability to save lists of favorite movies will ensure users always have access to the films they want to watch or recommend to their peers.

Design Criteria User Stories

  • As a user, I want to be able to access information on movies, directors, and genres so that I can learn more about movies I’ve watched or am interested in.
  • As a user, I want to be able to create a profile so I can save data about my favorite movies.

Essential Views and Features Main view

  • Returns a list of ALL movies to the user (each listed item with an image, title, and description)
  • Sorting and filtering
  • Ability to select a movie for more details Single movie view
  • Returns data (description, genre, director, image) about a single movie to the user
  • Allows users to add a movie to their list of favorites Login view
  • Allows users to log in with a username and password Registration view
  • Allows new users to register (username, password, email, birthday) Genre view
  • Returns data about a genre, with a name and description
  • Displays example movies Director view
  • Returns data about a director (name, bio, birth year, death year)
  • Displays example movies Profile view
  • Allows users to update their user info (username, password, email, date of birth)
  • Allows existing users to deregister
  • Displays favorite movies
  • Allows users to remove a movie from their list of favorites Optional Views and Features Single movie view and all movies views
  • Allow users to see which actors star in which movies
  • Allow users to view more information about different movies, such as the release date and the movie rating Actors view
  • Allows users to view information about different actors Profile view, single movie view, and all movies view
  • Allow users to create a “To Watch” list in addition to their “Favorite Movies” list

Technical Requirements

  • The application must be a single-page application (SPA)
  • The application must use state routing to navigate between views and share URLs
  • The application must give users the option to filter movies
  • The application must give users the option to sort movies
  • The application must initially use Parcel as its build tool
  • The application must be written using the React library and in ES2015+
  • The application must be written with React Redux (hence respecting the Flux pattern)
  • The application must use Bootstrap as a UI library for styling and responsiveness
  • The application must contain a mix of class components and function components
  • The application may be hosted online

flixspotter-client's People

Contributors

evandersloot 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.