This project allows developer candidates to display their ability to deliver clean and usable code using Angular in a timely manner. Candidates will receive feedback on their coding style, substance, and completeness following the exercise.
We've included all of the Angular Material framework in the project for your ease. Feel free to use it at your discretion.
- Make sure you have Node installed on your development machine
- Fork this project into your personal GitHub repository
- Review the project's file structure to prepare for tackling deliverables
- From the command line, traverse into the project's root folder and run
npm install
- After installation completes, run
npm run start
and open a browser window to view the project
- Add a search filter for the table of device data. The user should be able to type a string of text and see the collection of devices update in real time.
- All tests should pass when executing the
npm run test
command in root. - After you've completed your work, send us a link to your remote repository along with a brief overview of your solution.
Feel free to use your creativity to provide any additional functionality and we would happily review that as well.