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

https://github.com/konstvb-rep/movix

Movies app 2
https://github.com/konstvb-rep/movix

axios dayjs raect react-player react-query redux-toolkit sass vite

Last synced: 12 months ago
JSON representation

Movies app 2

Awesome Lists containing this project

README

          

# Getting Started

This project [Demo](https://konstvb-rep.github.io/movix).

This project was bootstrapped with [Vite](https://github.com/vitejs/vite).

## Available Scripts

In the project directory, you can run:

### `npm run dev`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

Used api movies [TMDB](https://api.themoviedb.org/3/) - you need to turn on the VPN from Russia.

Used by the library:

-react-query;
-@reduxjs/toolkit;
-react-router-dom;
-axios;
-dayjs;
-framer-motion;
-react-circular-progressbar;
-react-infinite-scroll-component;
-react-lazy-load-image-component;
-react-player;
-antd;
-sass;

### MainPage, options: slider, search movies.

![image](./src/assets/MainPage_1.webp)

![image](./src/assets/MainPage_2.webp)

### SearchPage - search movies, options : infinity scroll.

![image](./src/assets/SearchPage.webp)

### SingleMoviePage.

![image](./src/assets/SingleMoviePage_1.webp)
![image](./src/assets/SingleMoviePage_2.webp)
![image](./src/assets/SingleMoviePage_3.webp)
![image](./src/assets/SingleMoviePage_4.webp)

### ActorPage, options: sort movie.

![image](./src/assets/ActorPage_1.webp)
![image](./src/assets/ActorPage_2.webp)

### DiscoveryPage, options: infinity scroll, sort movies.

![image](src/assets/DiscoveryPage.webp)