Skip to content

standbyoneself/aviasales-test-frontend

Repository files navigation

Test task from Aviasales

Requirements are here: https://github.com/KosyanMedia/test-tasks/tree/master/aviasales_frontend

Powered by React (ejected CRA), MobX, TypeScript, LESS, Axios

Fully responsive SPA that allows to filter and sort air tickets

Demo: https://aviasales-test-frontend.vercel.app

Start development server

yarn dev

Build

yarn build

Run unit tests (Jest, React Testing Library)

yarn test:unit

Run integration tests (Cypress). Requires starting development server

yarn test:integration

Lint (ESLint)

yarn lint

Releases

No releases published

Packages

No packages published