Thanks for taking the time to complete this frontend technical assessment. We will be focusing on code quality (reusability, readability, maintainability, etc.) and your eye for detail. Feel free to add libraries and edit the HTML files as required. Bonus points if SASS/LESS is used.
Estimated Time: 45m - 1h
Build a responsive page based on the designs.
exercise1.html
- exercise1-desktop.png
- exercise1-mobile.png
- Desktop banner - http://via.placeholder.com/1440x650
- Mobile banner - http://via.placeholder.com/600x600
- Content images - http://via.placeholder.com/400x300
Convert the HTML to an accordion.
exercise2.html
- Only 1 accordion should be open at a time.
- Open the first accordion on load.
- If the open accordion is clicked, close it.
- Improve the user experience with meaningful animations/transitions.
- Make it prettier.