An open API service indexing awesome lists of open source software.

https://github.com/eldavido7/react-movie-app

Movie Recommendation App using ReactJS with Redux for state management and Local Storage for data persistence. The app also helps users discover movie recommendations based on genres they like and it displays relevant movie details.
https://github.com/eldavido7/react-movie-app

react-redux tmdb-movie-search

Last synced: 2 months ago
JSON representation

Movie Recommendation App using ReactJS with Redux for state management and Local Storage for data persistence. The app also helps users discover movie recommendations based on genres they like and it displays relevant movie details.

Awesome Lists containing this project

README

          

### Getting Started with clone the above repository using `git clone {repository url}` ...
This project was bootstrapped with [Create React-vite App](https://vitejs.dev/guide/).

### Method 1
Visit eldavido7.github.io/react-movie-app/

### Method 2
## Installation 📦
1. Clone or download this repository to your local machine.
2. Install all the libraries by running
```shell
$ npm install
```
3. Then run the local server on your browser by
```shell
$ npm run dev
```
4. Open [http://localhost:5173/](http://localhost:5173) to view it in your browser.
5. Search for a movie/TV series by searching on the homepage, or click movies or tv shows on the menu header to filter by genre.