Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yash1882/movie-search-navigator
https://github.com/yash1882/movie-search-navigator
api react-router reactjs redux redux-toolkit
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yash1882/movie-search-navigator
- Owner: Yash1882
- Created: 2024-09-02T16:00:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T08:02:35.000Z (2 months ago)
- Last Synced: 2024-10-09T17:40:58.162Z (about 1 month ago)
- Topics: api, react-router, reactjs, redux, redux-toolkit
- Language: JavaScript
- Homepage: https://movie-search-redux.netlify.app/
- Size: 319 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Preview
https://user-images.githubusercontent.com/61752151/177328227-912325cd-8dcd-4bdb-a8a7-c09ee67f5fd7.mp4
## Table of Contents
- [About](#about)
- [Technologies used](#technologies-used)
- [Features](#features)
- [Getting Started](#getting-started)
- [Screenshots](#screenshots)## About
- It is a movie search navigator built by using redux-toolkit. It fetches the list of movies for the desired user. It lets user to store his/her favourite movies, allows them to give priority to the favourite movies and it suggest other movies based on the year of favourite movies selected.
## Technologies used
- ReactJS
- Redux-toolkit
- React-Router
- tailwind css## Features
- Home Page(Movie Listing)
- Filtering based on favourite movies
- Movie/Shows Detail Page
- Not Found Page
## Getting Started
- Clone the repository on your local machine with the command below in your terminal, and cd into the **movie-search-navigator** folder
```sh
https://github.com/Yash1882/Movie-Search-Navigator
cd movie-search-navigator
```
- Install dependencies
```sh
npm install
```
- Start the serverπ
```sh
npm start
```
## Screenshots
![image](https://user-images.githubusercontent.com/61752151/177327191-973f5b71-4f51-4494-bf45-b9602d73f3de.png)
![image](https://user-images.githubusercontent.com/61752151/177327261-910b56c8-4e02-4518-9902-a16e44b125bd.png)
![image](https://user-images.githubusercontent.com/61752151/177327395-20f566b9-b2b7-4402-8d88-4d44fce716ce.png)