-
Notifications
You must be signed in to change notification settings - Fork 0
Home
billiemead edited this page Sep 27, 2019
·
2 revisions
Congratulations on making it this far in the interview process. We have a task for you to complete. Please adhere to the following instructions.
Objective: Build a web-based responsive slideshow from scratch (no JavaScript libraries - using SASS or CSS) that lets someone interactively page through images with buttons and by swiping. The slideshow should be able to display svgs and pngs.
Requirements:
- Site should be fully responsive
- Include at least 10 images, both svgs and pngs
- The user should be able to navigate forward, backwards and loop through the slides
- Add pagination so that a user can jump to any specific slide
- Do not include Neoscape logos, brand colors, or institution names within your demo or repository
- Project should run from localhost
- Do not minify or compress your code (or include non minified files)
- Use version control, and be able to provide the URL to your project repository
- Include a README.md file
a. Explain your design decisions
b. Explain your development decisions
c. Explain areas for future improvement
d. Add anything else you think is important
- We suggest that you not exceed 8 development hours
Bonus Points:
- Host your project, and provide URL
- Dynamically load your images from an API, or external JSON file
- Enable video content on at least one slide of the slideshow
- Optimize your hosted project for speed and reuse
Deliverables:
- Link to version control repository of your work
- If you completed the bonus section provide the URL to your demo
Thank you for spending your valuable time completing this demo project!