Skip to content

aiscorp/gridnine-systems-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://localhost:3000 to view it in the browser.

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