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.
- Login and Registration are implemented with error handling.
- Displays list of movies using redux stores.
- Users can click movies, explore movie details, director and genre details.
- Search by movie title and pagination features are available.
- Users can update their personal information.
- Users are allowed to favorite/unfavorite a movie.
Project live demo link : https://myflix-react-app.netlify.app/
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
In the project directory, you can run:
-
npm start
-
Open http://localhost:3000 to view it in the browser.