Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.32 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.32 KB

myFlix-client Netlify Status

MyFlix is a client side application built using ReactJS. MyFlix app is a responsive app that displays a list of movies for registered users. Users are allowed to view the movie details, favorite movies and serach by title.

This project was bootstrapped with Create React App.

App features,

  1. Login and Registration are implemented with error handling.
  2. Displays list of movies using redux stores.
  3. Users can click movies, explore movie details, director and genre details.
  4. Search by movie title and pagination features are available.
  5. Users can update their personal information.
  6. Users are allowed to favorite/unfavorite a movie.

Project live demo link : https://myflix-react-app.netlify.app/

Markdown Logo

Installation

Clone the repository, change directories, and use NPM to install the dependencies.

$ git clone https://github.com/DeepthiSRao/myFlix-client.git
$ cd myFllix-client
$ npm install

Usage

In the project directory, you can run: