Andre Lombaard
- Clone the project.
- Change directory to the project path in a command prompt window.
- Run "npm i font-awesome".
- Browse to the project root directory and double-click the index.html file.
- When scaling to smaller screens the grid layout is not working properly as outlined in the sketch design.
- Pure CSS was used and therefore there are no global styling variables. Forgive me for this, I usually develop using the Angular CLI which takes care of the SCSS files and the compilation thereof, with the 2 hour time constraint I left this to focus on the completion of the screen layout.
- No treeshaking or minifications was done.