/kinoscan

World class high level ultimate app

Primary LanguageTypeScript

Kinoscan app (in progress)

This is a movie web-appllication which uses unofficial kinopoisk api.

Despite this app provides some optimizations by using modern server components and streameing, it can be really slow becouse of slow api server, which sometimes responds within a few seconds.

live app hosted on vercel

This app builds with Next.js 13 with some beta features:

  • Next.js
  • React
  • Typescript
  • Tailwindcss
  • SASS

Installation

If you want to start this app on your local machine you need clone this repository, then install the dependencies and devDependencies:

yarn
or
npm install

Then run the app:

yarn dev
or
npm run dev