Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.04 KB

readme.md

File metadata and controls

28 lines (18 loc) · 1.04 KB

gridnine-systems-test

Test app for Gridnine systems

Technology stack: React.JS, Redux

📗1. Task

Design and render the flight search results page. The page should contain flight cards, and a filter block . Filtering and sorting should not cause the page to reload. Filters should be based on input data.

📗2. Source data

Mock file with a list of flights, layout with filter and sorting blocks.

📗3. Links and demo

Repo: https://github.com/aiscorp/gridnine-systems-test
Site: https://aiscorp.github.io/gridnine-systems-test

📗4. How to run and build

Project made by create-react-app, this scripts need to run and build app:

npm install - prepares packages to run and build app.

npm start - runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

npm run build - builds the app for production to the build folder.