Netready Interview Test
8th April 2026
Tasks
We've created a trello board and you should have received an invite to access it. Make sure to read the task descriptions too!
Complete the tasks and add comments to them if you would like to explain anything to us that we would not see from your code.
Timing
This test has no time limit, so don't worry if things take more or less time than you expect.
Commands
There's some commands you'll need to complete the test - they're the common ones but are listed here for ease.
npm run dev- compiles JS and CSS.npm run watch- compiles JS and CSS but also listens for any further changes and will automatically compile whenever it detects them.php artisan migrate:fresh --seed- resets the database and re-seeds it with test data.