A client-side built with React and Redux for an app called myFlix based on the server-side REST API and database. The interface for using to make requests to and receiving responses from the server-side. The client-side of this app includes several interface views (built using the React library) that handle data through the REST API endpoints application. Both client-side and server-side built with MERN (MongoDB, Express, React, and Node.js) stack.
Clone or download repository
run in PowerShell:
npm install -g parcel
cd myFlix-client
parcel src/index.html
open http://localhost:1234/ in your browser to see the HTML file
● A single-page application (SPA)
● State routing for navigation between views and share URLs
● Gives users the option to filter movies using a “search” feature
●Parcel as its build tool
●Written using the React library and in ES2015+
●Uses Bootstrap as a UI library for styling and responsiveness
●Contains function components
●Hosted online
●Uses React Redux for state management
"@blueprintjs/core"
"@blueprintjs/table"
"@reduxjs/toolkit"
"bootstrap"
"prop-types"
"react"
"react-bootstrap"
"react-dom"
"react-redux"
"react-router"
"react-router-dom"
"react-scripts"
"redux"
"@parcel/transformer-sass"
"parcel"
"process"