Skip to content

antonkrupin/antonkrupin.github.io

Repository files navigation

Maintainability

Application for fethcing films premiers on kinopoisk.ru

This application use Kinopoisk Api Unofficial.

In application you can load film premiers on kinopoisk.ru - for this choose month and year. When films are loaded you can like, delete, filter favourite films. Also you can "like" use "Enter" button, for delete use "Delete" button.

To start use application:

Reg on Kinopoisk Api Unofficial to get individual 'X-API-KEY'. By default you can use my own 'X-API-KEY'.

Clone repository to your PC, then run:

npm install

to install application with all dependencys

find routes.js in src folder of project and paste your individual 'X-API-KEY' in const headers.

npm start

to start application on localhost:3000

You can get films premiers by choosing mounth and year.

Deployed application - antonkrupin-github-io.vercel.app

Application start page

Application start page

After loading films

After loading films

Mark liked films

Mark liked films

Liked films filter

Liked films filter