This README outlines the details of collaborating on this Ember application.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
npm run dev
- Visit your app at http://localhost:3000.
npm run build
npm run preview
Testing is currently done manually.
After each change please test the following:
- Rendering looks good with these resolutions (using Chrome device toggle)
- 1920x1080: shows 4 tiles per row
- 1280x720: shows 4 tiles per row
- 1024x768: shows 2 tiles per row
- 820x1180 (iPad Air): shows 2 tiles per row
- 375x667 (iPhone SE): shows 1 tile per row
- When page loads, input field is selected
- Hitting Enter key toggles between focused & selected input and blurred input
- When page loads with
?query=
in URL, the input is pre-filled and selected - When typing into input field, tiles filter down and
?query=
in URL changes
Code released under an MIT Licensed.