In this project we need to build a simple image carousel.
- Fetch images from the Unsplash API.
- Sign up for your own API Key
- Build a simple carousel left/right navigation
- Limit your images to 5 items.
- When you click "previous slide" on a first one you should see the last image.
- When you click "next slide" on a last one one you should see the first image.
- It should dynamicaly generate slides for each image.
