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.
- Host: GitHub
- URL: https://github.com/eldavido7/react-movie-app
- Owner: eldavido7
- Created: 2024-06-10T06:29:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T16:14:51.000Z (about 2 years ago)
- Last Synced: 2025-03-08T14:08:49.149Z (over 1 year ago)
- Topics: react-redux, tmdb-movie-search
- Language: JavaScript
- Homepage: https://eldavido7.github.io/react-movie-app/
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.