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).
Using React, build the client-side for an application called myFlix based on its existing server-side code (REST API and database).
- 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
- Javascript
- React
- React-Redux
- Parcel
- React-Bootstrap
- Redux
- HTML
- CSS
- Clone the project.
- Install all dependencies mentioned in package.json
- cd to the project diretory
- Run it by:
$npm run devNote: Please make sure you install parcel v2!