Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 576 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 576 Bytes

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