Skip to content

Wander-XIV/myFlix-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myFlix-client

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

Objective

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

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

Tools

  • Javascript
  • React
  • React-Redux
  • Parcel
  • React-Bootstrap
  • Redux
  • HTML
  • CSS

Get Started

  • Clone the project.
  • Install all dependencies mentioned in package.json
  • cd to the project diretory
  • Run it by:
$npm run dev

Note: Please make sure you install parcel v2!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors